merchantAccount property

  1. @BuiltValueField.new(wireName: r'merchantAccount')
String get merchantAccount

The merchantAccount you used in the /payments request when you saved the account holder's card details.

Implementation

@BuiltValueField(wireName: r'merchantAccount')
String get merchantAccount;