acctType property

  1. @BuiltValueField.new(wireName: r'acctType')
ThreeDS2RequestDataAcctTypeEnum? get acctType

Indicates the type of account. For example, for a multi-account card product. Length: 2 characters. Allowed values: * 01 — Not applicable * 02 — Credit * 03 — Debit

Implementation

@BuiltValueField(wireName: r'acctType')
ThreeDS2RequestDataAcctTypeEnum? get acctType;