Package com.stripe.param
Class PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails
java.lang.Object
com.stripe.param.PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails
- Enclosing class:
- PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails
public static class PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The billing address associated with the method of payment.getEmail()
The billing email associated with the method of payment.Map of extra parameters for custom features not available in this client library.getName()
The billing name associated with the method of payment.getPhone()
The billing phone number associated with the method of payment.int
hashCode()
-
Method Details
-
builder
public static PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder builder() -
getAddress
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Address getAddress()The billing address associated with the method of payment. -
getEmail
The billing email associated with the method of payment. -
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. -
getName
The billing name associated with the method of payment. -
getPhone
The billing phone number associated with the method of payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-