Package com.stripe.param
Class OrderUpdateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.OrderUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Add all map key/value pairs to `extraParams` map.static class
static class
State/province as an ISO 3166-2 subdivision code, without country prefix.static class
static class
ID of the promotion code to create a new discount for.static class
Required. Width, in inches.static class
Add all map key/value pairs to `extraParams` map.static class
Specifies whether the rate is considered inclusive of taxes or exclusive of taxes.static class
State/province as an ISO 3166-2 subdivision code, without country prefix.Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrderUpdateParams.Builder
builder()
Settings for automatic tax calculation for this order.Billing details for the customer.The credits to apply to the order, onlygift_card
currently supported.Three-letter ISO currency code, in lowercase.The customer associated with this order.An arbitrary string attached to the object.The coupons, promotion codes, and/or discounts to apply to the order.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.The IP address of the purchaser for this order.A list of line items the customer is ordering.Set of key-value pairs that you can attach to an object.Payment information associated with the order, including payment settings.Settings for the customer cost of shipping for this order.Shipping details for the order.Additional tax details about the purchaser to be used for this order.Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getAutomaticTax
Settings for automatic tax calculation for this order. -
getBillingDetails
Billing details for the customer. If a customer is provided, this will be automatically populated with values from that customer if override values are not provided. -
getCredits
The credits to apply to the order, onlygift_card
currently supported. Pass the empty string""
to unset this field. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getCustomer
The customer associated with this order. -
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
getDiscounts
The coupons, promotion codes, and/or discounts to apply to the order. Pass the empty string""
to unset this field. -
getExpand
Specifies which fields in the response should be expanded. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIpAddress
The IP address of the purchaser for this order. -
getLineItems
A list of line items the customer is ordering. Each line item includes information about the product, the quantity, and the resulting cost. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata
. -
getPayment
Payment information associated with the order, including payment settings. -
getShippingCost
Settings for the customer cost of shipping for this order. -
getShippingDetails
Shipping details for the order. -
getTaxDetails
Additional tax details about the purchaser to be used for this order.
-