deliveryAddressIndicator property

  1. @BuiltValueField.new(wireName: r'deliveryAddressIndicator')
MerchantRiskIndicatorDeliveryAddressIndicatorEnum? get deliveryAddressIndicator

Indicator regarding the delivery address. Allowed values: * shipToBillingAddress * shipToVerifiedAddress * shipToNewAddress * shipToStore * digitalGoods * goodsNotShipped * other

Implementation

@BuiltValueField(wireName: r'deliveryAddressIndicator')
MerchantRiskIndicatorDeliveryAddressIndicatorEnum? get deliveryAddressIndicator;