addrMatch property
Indicates whether the cardholder shipping address and cardholder billing address are the same. Allowed values: * Y — Shipping address matches billing address. * N — Shipping address does not match billing address.
Implementation
@BuiltValueField(wireName: r'addrMatch')
ThreeDS2RequestDataAddrMatchEnum? get addrMatch;