public class InvoiceResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amountDue |
protected int |
applicationFee |
protected int |
attemptCount |
protected boolean |
attempted |
protected String |
charge |
protected boolean |
closed |
protected String |
currency |
protected String |
customer |
protected Date |
date |
protected String |
description |
protected DisputeResponse |
discount |
protected int |
endingBalance |
protected boolean |
forgiven |
protected String |
id |
protected ListLineItemsResponse |
lines |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected Date |
nextPaymentAttempt |
protected String |
object |
protected boolean |
paid |
protected Date |
periodEnd |
protected Date |
periodStart |
protected int |
startingBalance |
protected String |
statementDescription |
protected String |
subscription |
protected int |
subtotal |
protected int |
total |
protected Date |
webhooksDeliveredAt |
| Constructor and Description |
|---|
InvoiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmountDue() |
int |
getApplicationFee() |
int |
getAttemptCount() |
String |
getCharge() |
String |
getCurrency() |
String |
getCustomer() |
Date |
getDate() |
String |
getDescription() |
DisputeResponse |
getDiscount() |
int |
getEndingBalance() |
String |
getId() |
ListLineItemsResponse |
getLines() |
Map<String,Object> |
getMetadata() |
Date |
getNextPaymentAttempt() |
String |
getObject() |
Date |
getPeriodEnd() |
Date |
getPeriodStart() |
int |
getStartingBalance() |
String |
getStatementDescription() |
String |
getSubscription() |
int |
getSubtotal() |
int |
getTotal() |
Date |
getWebhooksDeliveredAt() |
boolean |
isAttempted() |
boolean |
isClosed() |
boolean |
isForgiven() |
boolean |
isLivemode() |
boolean |
isPaid() |
protected String id
protected String object
protected boolean livemode
protected int amountDue
protected int attemptCount
protected boolean attempted
protected boolean closed
protected String currency
protected String customer
protected Date date
protected boolean forgiven
protected ListLineItemsResponse lines
protected boolean paid
protected Date periodStart
protected Date periodEnd
protected int startingBalance
protected int subtotal
protected int total
protected int applicationFee
protected String charge
protected String description
protected DisputeResponse discount
protected int endingBalance
protected Date nextPaymentAttempt
protected String subscription
protected Date webhooksDeliveredAt
protected String statementDescription
public String getId()
public String getObject()
public boolean isLivemode()
public int getAmountDue()
public int getAttemptCount()
public boolean isAttempted()
public boolean isClosed()
public String getCurrency()
public String getCustomer()
public Date getDate()
public ListLineItemsResponse getLines()
public boolean isPaid()
public Date getPeriodStart()
public Date getPeriodEnd()
public int getStartingBalance()
public int getSubtotal()
public int getTotal()
public int getApplicationFee()
public String getCharge()
public String getDescription()
public DisputeResponse getDiscount()
public int getEndingBalance()
public Date getNextPaymentAttempt()
public String getSubscription()
public Date getWebhooksDeliveredAt()
public String getStatementDescription()
public boolean isForgiven()
Copyright © 2014. All rights reserved.