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 boolean
boolean
Get ID of expandablecharge
object.Get expandedcharge
.Get ID of expandablepaymentIntent
object.Get expandedpaymentIntent
.getType()
Type of payment object associated with this invoice payment.int
hashCode()
void
void
setChargeObject
(Charge expandableObject) void
void
setPaymentIntentObject
(PaymentIntent expandableObject) void
Type 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 expandablecharge
object. -
setCharge
-
getChargeObject
Get expandedcharge
. -
setChargeObject
-
getPaymentIntent
Get ID of expandablepaymentIntent
object. -
setPaymentIntent
-
getPaymentIntentObject
Get expandedpaymentIntent
. -
setPaymentIntentObject
-
getType
Type of payment object associated with this invoice payment.One of
charge
, orpayment_intent
. -
setType
Type of payment object associated with this invoice payment.One of
charge
, orpayment_intent
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-