Y constant
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
@BuiltValueEnumConst(wireName: r'Y')
static const ThreeDS2RequestDataAddrMatchEnum Y = _$threeDS2RequestDataAddrMatchEnum_Y;