shipAddressUsage property

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

String when the shipping address used for this transaction was first used with the 3DS Requestor. Format: YYYYMMDD

Implementation

@BuiltValueField(wireName: r'shipAddressUsage')
String? get shipAddressUsage;