Fpx constructor
Fpx data associated with the payment method
Implementation
@JsonSerializable(explicitToJson: true)
const factory Fpx({
  /// the customer bank
  String? bank,
  /// accountholder type
  String? accountHolderType,
}) = _Fpx;
Fpx data associated with the payment method
@JsonSerializable(explicitToJson: true)
const factory Fpx({
  /// the customer bank
  String? bank,
  /// accountholder type
  String? accountHolderType,
}) = _Fpx;