NextAction.multibanco constructor
- @JsonSerializable(explicitToJson: true)
- @FreezedUnionValue('multibanco')
- String? voucherURL,
Contains details necessary for the customer to complete the payment.
Implementation
@JsonSerializable(explicitToJson: true)
@FreezedUnionValue('multibanco')
const factory NextAction.multibanco({
/// The URL for the hosted multibanco voucher page, which allows customers to view and print an multibanco voucher.
String? voucherURL,
}) = _NextActionMultiBanco;