Package com.stripe.model
Class Charge.Level3
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.Level3
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge
For more details about Level3, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about LineItem, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCustomerReference
(String customerReference) void
setLineItems
(List<Charge.Level3.LineItem> lineItems) void
setMerchantReference
(String merchantReference) void
setShippingAddressZip
(String shippingAddressZip) void
setShippingAmount
(Long shippingAmount) void
setShippingFromZip
(String shippingFromZip) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Level3
public Level3()
-
-
Method Details
-
getCustomerReference
-
getLineItems
-
getMerchantReference
-
getShippingAddressZip
-
getShippingAmount
-
getShippingFromZip
-
setCustomerReference
-
setLineItems
-
setMerchantReference
-
setShippingAddressZip
-
setShippingAmount
-
setShippingFromZip
-
equals
-
canEqual
-
hashCode
public int hashCode()
-