accountOnFile property

  1. @JsonKey(required: false)
AccountOnFile? accountOnFile
getter/setter pair

If a payment is to be made using an AccountOnFile, it should be provided here.

Implementation

@JsonKey(required: false)
AccountOnFile? accountOnFile;