| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<ChargebackJson> |
PaymentJson.getChargebacks() |
| Constructor and Description |
|---|
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) |
PaymentJson(Payment payment,
String bundleExternalKey,
List<RefundJson> refunds,
List<ChargebackJson> chargebacks) |
PaymentJson(Payment payment,
String bundleExternalKey,
List<RefundJson> refunds,
List<ChargebackJson> chargebacks,
List<AuditLog> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ChargebackResource.createChargeback(ChargebackJson json,
String createdBy,
String reason,
String comment,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2010-2014. All Rights Reserved.