Class KillBillObject
- java.lang.Object
-
- org.killbill.billing.client.model.KillBillObject
-
- Direct Known Subclasses:
Account,AccountEmail,BlockingState,Bundle,BundleTimeline,ComboHostedPaymentPage,ComboPaymentTransaction,CustomField,EventSubscription,HostedPaymentPageFormDescriptor,Invoice,InvoiceItem,InvoicePayment,InvoicePaymentTransaction,Payment,PaymentAttempt,PaymentMethod,PaymentTransaction,Subscription,Tag,TagDefinition,Tenant,TenantKeyValue
public abstract class KillBillObject extends Object
-
-
Constructor Summary
Constructors Constructor Description KillBillObject()KillBillObject(List<AuditLog> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<AuditLog>getAuditLogs()inthashCode()voidsetAuditLogs(List<AuditLog> auditLogs)
-