Package com.stripe.model
Class PaymentAttemptRecord.ShippingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.ShippingDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord
The customer's shipping information associated with this payment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A representation of a physical address. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A representation of a physical address.getName()
The shipping recipient's name.getPhone()
The shipping recipient's phone number.int
hashCode()
void
A representation of a physical address.void
The shipping recipient's name.void
The shipping recipient's phone number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ShippingDetails
public ShippingDetails()
-
-
Method Details
-
getAddress
A representation of a physical address. -
getName
The shipping recipient's name. -
getPhone
The shipping recipient's phone number. -
setAddress
A representation of a physical address. -
setName
The shipping recipient's name. -
setPhone
The shipping recipient's phone number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-