Class CreditNoteCreateResponse
java.lang.Object
com.chargebee.v4.models.BaseResponse
com.chargebee.v4.models.creditNote.responses.CreditNoteCreateResponse
Immutable response object for CreditNoteCreate operation. Contains the response data from the
API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CreditNoteCreateResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new builder for CreditNoteCreateResponse.booleanstatic CreditNoteCreateResponseParse JSON response into CreditNoteCreateResponse object.static CreditNoteCreateResponseParse JSON response into CreditNoteCreateResponse object with HTTP response.Get the creditNote from the response.Get the invoice from the response.inthashCode()toString()Methods inherited from class com.chargebee.v4.models.BaseResponse
getHttpResponse, header, headers, httpStatus, isIdempotencyReplayed, responsePayload
-
Method Details
-
fromJson
Parse JSON response into CreditNoteCreateResponse object. -
fromJson
Parse JSON response into CreditNoteCreateResponse object with HTTP response. -
builder
Create a new builder for CreditNoteCreateResponse. -
getCreditNote
Get the creditNote from the response. -
getInvoice
Get the invoice from the response. -
toString
-
equals
-
hashCode
public int hashCode()
-