Package com.stripe.model
Class QuotePreviewInvoice.AmountsDue
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.AmountsDue
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewInvoice
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Incremental amount due for this payment in cents (or local equivalent).The amount in cents (or local equivalent) that was paid for this payment.The difference between the payment’s amount and amount_paid, in cents (or local equivalent).Number of days from when invoice is finalized until the payment is due.An arbitrary string attached to the object.Date on which a payment plan’s payment is due.Timestamp when the payment was paid.The status of the payment, one ofopen
,paid
, orpast_due
.int
hashCode()
void
Incremental amount due for this payment in cents (or local equivalent).void
setAmountPaid
(Long amountPaid) The amount in cents (or local equivalent) that was paid for this payment.void
setAmountRemaining
(Long amountRemaining) The difference between the payment’s amount and amount_paid, in cents (or local equivalent).void
setDaysUntilDue
(Long daysUntilDue) Number of days from when invoice is finalized until the payment is due.void
setDescription
(String description) An arbitrary string attached to the object.void
setDueDate
(Long dueDate) Date on which a payment plan’s payment is due.void
Timestamp when the payment was paid.void
The status of the payment, one ofopen
,paid
, orpast_due
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AmountsDue
public AmountsDue()
-
-
Method Details
-
getAmount
Incremental amount due for this payment in cents (or local equivalent). -
getAmountPaid
The amount in cents (or local equivalent) that was paid for this payment. -
getAmountRemaining
The difference between the payment’s amount and amount_paid, in cents (or local equivalent). -
getDaysUntilDue
Number of days from when invoice is finalized until the payment is due. -
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
getDueDate
Date on which a payment plan’s payment is due. -
getPaidAt
Timestamp when the payment was paid. -
getStatus
The status of the payment, one ofopen
,paid
, orpast_due
. -
setAmount
Incremental amount due for this payment in cents (or local equivalent). -
setAmountPaid
The amount in cents (or local equivalent) that was paid for this payment. -
setAmountRemaining
The difference between the payment’s amount and amount_paid, in cents (or local equivalent). -
setDaysUntilDue
Number of days from when invoice is finalized until the payment is due. -
setDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
setDueDate
Date on which a payment plan’s payment is due. -
setPaidAt
Timestamp when the payment was paid. -
setStatus
The status of the payment, one ofopen
,paid
, orpast_due
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-