Package com.stripe.model
Class InvoicePayment.Payment
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoicePayment.Payment
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoicePayment
For more details about Payment, 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 booleanbooleanGet ID of expandablechargeobject.Get expandedcharge.Get ID of expandablepaymentIntentobject.Get expandedpaymentIntent.Get ID of expandablepaymentRecordobject.Get expandedpaymentRecord.getType()Type of payment object associated with this invoice payment.inthashCode()voidvoidsetChargeObject(Charge expandableObject) voidvoidsetPaymentIntentObject(PaymentIntent expandableObject) voidvoidsetPaymentRecordObject(PaymentRecord expandableObject) voidType of payment object associated with this invoice payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payment
public Payment()
-
-
Method Details
-
getCharge
Get ID of expandablechargeobject. -
setCharge
-
getChargeObject
Get expandedcharge. -
setChargeObject
-
getPaymentIntent
Get ID of expandablepaymentIntentobject. -
setPaymentIntent
-
getPaymentIntentObject
Get expandedpaymentIntent. -
setPaymentIntentObject
-
getPaymentRecord
Get ID of expandablepaymentRecordobject. -
setPaymentRecord
-
getPaymentRecordObject
Get expandedpaymentRecord. -
setPaymentRecordObject
-
getType
Type of payment object associated with this invoice payment.One of
charge,payment_intent, orpayment_record. -
setType
Type of payment object associated with this invoice payment.One of
charge,payment_intent, orpayment_record. -
equals
-
canEqual
-
hashCode
public int hashCode()
-