paymentAccountReq property

  1. @BuiltValueField.new(wireName: r'PaymentAccountReq')
PaymentAccountReq? get paymentAccountReq

Data related to the account pointed by the payment card.

Implementation

@BuiltValueField(wireName: r'PaymentAccountReq')
PaymentAccountReq? get paymentAccountReq;