public class InvoiceItemResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected String |
currency |
protected String |
customer |
protected Date |
date |
protected String |
description |
protected String |
id |
protected String |
invoice |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
object |
protected boolean |
proration |
protected String |
subscription |
| Constructor and Description |
|---|
InvoiceItemResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
String |
getCurrency() |
String |
getCustomer() |
Date |
getDate() |
String |
getDescription() |
String |
getId() |
String |
getInvoice() |
Map<String,Object> |
getMetadata() |
String |
getObject() |
String |
getSubscription() |
boolean |
isLivemode() |
boolean |
isProration() |
protected String id
protected String object
protected int amount
protected boolean livemode
protected String currency
protected String customer
protected Date date
protected boolean proration
protected String description
protected String invoice
protected String subscription
public String getId()
public String getObject()
public int getAmount()
public boolean isLivemode()
public String getCurrency()
public String getCustomer()
public Date getDate()
public boolean isProration()
public String getDescription()
public String getInvoice()
public String getSubscription()
Copyright © 2014. All rights reserved.