shippingOptions property
List<PaymentShippingOption> ?
get
shippingOptions
Implementation
List<PaymentShippingOption>? get shippingOptions;
set
shippingOptions
(List<PaymentShippingOption> ? value)
Implementation
set shippingOptions(List<PaymentShippingOption>? value);