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 classFor 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 booleanbooleaninthashCode()voidsetCustomerReference(String customerReference) voidsetLineItems(List<Charge.Level3.LineItem> lineItems) voidsetMerchantReference(String merchantReference) voidsetShippingAddressZip(String shippingAddressZip) voidsetShippingAmount(Long shippingAmount) voidsetShippingFromZip(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()
-