shipNameIndicator property
- @BuiltValueField.new(wireName: r'shipNameIndicator')
Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction. Allowed values: * 01 — Account Name identical to shipping Name * 02 — Account Name different to shipping Name
Implementation
@BuiltValueField(wireName: r'shipNameIndicator')
AcctInfoShipNameIndicatorEnum? get shipNameIndicator;