PaymentAuthentication constructor

  1. @JsonSerializable(includeIfNull: false)
const PaymentAuthentication({
  1. required String authentication_channel,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory PaymentAuthentication({
  required String authentication_channel, // 'browser' | 'app'
}) = _PaymentAuthentication;