accountOnFile property
If a payment is to be made using an AccountOnFile, it should be provided here.
Implementation
@JsonKey(required: false)
AccountOnFile? accountOnFile;
If a payment is to be made using an AccountOnFile, it should be provided here.
@JsonKey(required: false)
AccountOnFile? accountOnFile;