AccountJson(String accountId,
String name,
Integer firstNameLength,
String externalKey,
String email,
Integer billCycleDayLocal,
String currency,
String paymentMethodId,
String timeZone,
String address1,
String address2,
String postalCode,
String company,
String city,
String state,
String country,
String locale,
String phone,
Boolean isMigrated,
Boolean isNotifiedForInvoices,
BigDecimal accountBalance,
BigDecimal accountCBA,
List<AuditLogJson> auditLogs) |
BundleJson(String accountId,
String bundleId,
String externalKey,
List<SubscriptionJson> subscriptions,
List<AuditLogJson> auditLogs) |
ChargebackJson(String chargebackId,
String accountId,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
BigDecimal chargebackAmount,
String paymentId,
String currency,
List<AuditLogJson> auditLogs) |
CreditJson(BigDecimal creditAmount,
String invoiceId,
String invoiceNumber,
org.joda.time.LocalDate effectiveDate,
String accountId,
List<AuditLogJson> auditLogs) |
CustomFieldJson(String customFieldId,
String objectId,
org.killbill.billing.ObjectType objectType,
String name,
String value,
List<AuditLogJson> auditLogs) |
InvoiceItemJson(String invoiceItemId,
String invoiceId,
String linkedInvoiceItemId,
String accountId,
String bundleId,
String subscriptionId,
String planName,
String phaseName,
String usageName,
String itemType,
String description,
org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate,
BigDecimal amount,
Currency currency,
List<AuditLogJson> auditLogs) |
InvoiceJson(BigDecimal amount,
String currency,
BigDecimal creditAdj,
BigDecimal refundAdj,
String invoiceId,
org.joda.time.LocalDate invoiceDate,
org.joda.time.LocalDate targetDate,
String invoiceNumber,
BigDecimal balance,
String accountId,
String bundleKeys,
List<CreditJson> credits,
List<InvoiceItemJson> items,
List<AuditLogJson> auditLogs) |
JsonBase(List<AuditLogJson> auditLogs) |
PaymentJson(BigDecimal amount,
BigDecimal paidAmount,
String accountId,
String invoiceId,
String paymentId,
String paymentNumber,
String paymentMethodId,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
Integer retryCount,
String currency,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String bundleKeys,
List<RefundJson> refunds,
List<ChargebackJson> chargebacks,
List<AuditLogJson> auditLogs) |
PaymentMethodJson(String paymentMethodId,
String accountId,
Boolean isDefault,
String pluginName,
PaymentMethodJson.PaymentMethodPluginDetailJson pluginInfo,
List<AuditLogJson> auditLogs) |
RefundJson(String refundId,
String paymentId,
BigDecimal amount,
String currency,
String status,
Boolean isAdjusted,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
List<InvoiceItemJson> adjustments,
List<AuditLogJson> auditLogs) |
SubscriptionJson.DeletedEventSubscriptionJson(String eventId,
String billingPeriod,
org.joda.time.LocalDate requestedDate,
org.joda.time.LocalDate effectiveDate,
String product,
String priceList,
String eventType,
String phase,
List<AuditLogJson> auditLogs) |
SubscriptionJson.EventBaseSubscriptionJson(String billingPeriod,
org.joda.time.LocalDate requestedDate,
String product,
String priceList,
String eventType,
String phase,
List<AuditLogJson> auditLogs) |
SubscriptionJson.EventSubscriptionJson(String eventId,
String billingPeriod,
org.joda.time.LocalDate requestedDate,
org.joda.time.LocalDate effectiveDate,
String product,
String priceList,
String eventType,
String phase,
List<AuditLogJson> auditLogs) |
SubscriptionJson.NewEventSubscriptionJson(String billingPeriod,
org.joda.time.LocalDate requestedDate,
String product,
String priceList,
String eventType,
String phase,
List<AuditLogJson> auditLogs) |
SubscriptionJson(String accountId,
String bundleId,
String subscriptionId,
String externalKey,
org.joda.time.LocalDate startDate,
String productName,
String productCategory,
String billingPeriod,
String priceList,
org.joda.time.LocalDate cancelledDate,
org.joda.time.LocalDate chargedThroughDate,
org.joda.time.LocalDate billingStartDate,
org.joda.time.LocalDate billingEndDate,
List<SubscriptionJson.EventSubscriptionJson> events,
List<SubscriptionJson.NewEventSubscriptionJson> newEvents,
List<SubscriptionJson.DeletedEventSubscriptionJson> deletedEvents,
List<AuditLogJson> auditLogs) |
TagDefinitionJson(String id,
Boolean isControlTag,
String name,
String description,
List<String> applicableObjectTypes,
List<AuditLogJson> auditLogs) |
TagJson(String tagId,
org.killbill.billing.ObjectType objectType,
String tagDefinitionId,
String tagDefinitionName,
List<AuditLogJson> auditLogs) |