Package com.stripe.model
Class InvoiceItem.ProrationDetails.CreditedItems
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.ProrationDetails.CreditedItems
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceItem.ProrationDetails
For more details about CreditedItems, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about InvoiceLineItemDetails, 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 booleanbooleanWhentypeisinvoice_item, the invoice item id for the debited invoice item corresponding to this credit proration.getType()Whether the credit references a pending invoice item or one or more invoice line items on an invoice.inthashCode()voidsetInvoiceItem(String invoiceItem) Whentypeisinvoice_item, the invoice item id for the debited invoice item corresponding to this credit proration.voidsetInvoiceLineItemDetails(InvoiceItem.ProrationDetails.CreditedItems.InvoiceLineItemDetails invoiceLineItemDetails) voidWhether the credit references a pending invoice item or one or more invoice line items on an invoice.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CreditedItems
public CreditedItems()
-
-
Method Details
-
getInvoiceItem
Whentypeisinvoice_item, the invoice item id for the debited invoice item corresponding to this credit proration. -
getInvoiceLineItemDetails
public InvoiceItem.ProrationDetails.CreditedItems.InvoiceLineItemDetails getInvoiceLineItemDetails() -
getType
Whether the credit references a pending invoice item or one or more invoice line items on an invoice.One of
invoice_item, orinvoice_line_items. -
setInvoiceItem
Whentypeisinvoice_item, the invoice item id for the debited invoice item corresponding to this credit proration. -
setInvoiceLineItemDetails
public void setInvoiceLineItemDetails(InvoiceItem.ProrationDetails.CreditedItems.InvoiceLineItemDetails invoiceLineItemDetails) -
setType
Whether the credit references a pending invoice item or one or more invoice line items on an invoice.One of
invoice_item, orinvoice_line_items. -
equals
-
canEqual
-
hashCode
public int hashCode()
-