Package com.chargebee.models
Class Invoice.RecordRefundRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Invoice.RecordRefundRequest>
com.chargebee.models.Invoice.RecordRefundRequest
- Enclosing class:
- Invoice
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptioncreditNoteCreateReasonCode(String creditNoteCreateReasonCode) creditNoteReasonCode(CreditNote.ReasonCode creditNoteReasonCode) customerNotes(String customerNotes) params()transactionAmount(Long transactionAmount) transactionCustomPaymentMethodId(String transactionCustomPaymentMethodId) transactionDate(Timestamp transactionDate) transactionPaymentMethod(PaymentMethod transactionPaymentMethod) transactionReferenceNumber(String transactionReferenceNumber) Methods inherited from class com.chargebee.internal.Request
httpMeth, param, pathParam, request, request, setIdempotencyMethods inherited from class com.chargebee.internal.RequestBase
header, headers, paramsV2, setIdempotencyKey, uri
-
Method Details
-
comment
-
customerNotes
-
transactionAmount
-
transactionPaymentMethod
-
transactionReferenceNumber
-
transactionCustomPaymentMethodId
public Invoice.RecordRefundRequest transactionCustomPaymentMethodId(String transactionCustomPaymentMethodId) -
transactionDate
-
creditNoteReasonCode
-
creditNoteCreateReasonCode
-
params
- Overrides:
paramsin classRequest<Invoice.RecordRefundRequest>
-