| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<RefundJson> |
PaymentJson.getRefunds() |
| 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 |
PaymentResource.createRefund(RefundJson json,
String paymentId,
String createdBy,
String reason,
String comment,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2010-2014. All Rights Reserved.