public interface ShippingInfoImportDraft
Modifier and Type | Method and Description |
---|---|
List<Delivery> |
getDeliveries() |
DiscountedLineItemPrice |
getDiscountedPrice() |
javax.money.MonetaryAmount |
getPrice() |
ResourceIdentifier<ShippingMethod> |
getShippingMethod() |
String |
getShippingMethodName() |
ShippingMethodState |
getShippingMethodState() |
ShippingRate |
getShippingRate() |
ResourceIdentifier<TaxCategory> |
getTaxCategory() |
TaxRate |
getTaxRate() |
javax.money.MonetaryAmount getPrice()
String getShippingMethodName()
ShippingRate getShippingRate()
ShippingMethodState getShippingMethodState()
@Nullable ResourceIdentifier<ShippingMethod> getShippingMethod()
@Nullable ResourceIdentifier<TaxCategory> getTaxCategory()
@Nullable DiscountedLineItemPrice getDiscountedPrice()