public class AccountTimelineJson extends Object
| Constructor and Description |
|---|
AccountTimelineJson(AccountJson account,
List<BundleJson> bundles,
List<InvoiceJson> invoices,
List<PaymentJson> payments) |
AccountTimelineJson(Account account,
List<Invoice> invoices,
List<Payment> payments,
List<SubscriptionBundle> bundles,
com.google.common.collect.Multimap<UUID,Refund> refundsByPayment,
com.google.common.collect.Multimap<UUID,InvoicePayment> chargebacksByPayment,
AccountAuditLogs accountAuditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AccountJson |
getAccount() |
List<BundleJson> |
getBundles() |
List<InvoiceJson> |
getInvoices() |
List<PaymentJson> |
getPayments() |
int |
hashCode() |
String |
toString() |
public AccountTimelineJson(AccountJson account, List<BundleJson> bundles, List<InvoiceJson> invoices, List<PaymentJson> payments)
public AccountTimelineJson(Account account, List<Invoice> invoices, List<Payment> payments, List<SubscriptionBundle> bundles, com.google.common.collect.Multimap<UUID,Refund> refundsByPayment, com.google.common.collect.Multimap<UUID,InvoicePayment> chargebacksByPayment, AccountAuditLogs accountAuditLogs)
public AccountJson getAccount()
public List<BundleJson> getBundles()
public List<InvoiceJson> getInvoices()
public List<PaymentJson> getPayments()
Copyright © 2010-2014. All Rights Reserved.