Class PaymentSourceCreateUsingPaymentIntentResponse
java.lang.Object
com.chargebee.v4.models.BaseResponse
com.chargebee.v4.models.paymentSource.responses.PaymentSourceCreateUsingPaymentIntentResponse
Immutable response object for PaymentSourceCreateUsingPaymentIntent operation. Contains the
response data from the API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for PaymentSourceCreateUsingPaymentIntentResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new builder for PaymentSourceCreateUsingPaymentIntentResponse.booleanParse JSON response into PaymentSourceCreateUsingPaymentIntentResponse object.Parse JSON response into PaymentSourceCreateUsingPaymentIntentResponse object with HTTP response.Get the customer from the response.Get the paymentSource 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 PaymentSourceCreateUsingPaymentIntentResponse object. -
fromJson
public static PaymentSourceCreateUsingPaymentIntentResponse fromJson(String json, Response httpResponse) Parse JSON response into PaymentSourceCreateUsingPaymentIntentResponse object with HTTP response. -
builder
Create a new builder for PaymentSourceCreateUsingPaymentIntentResponse. -
getCustomer
Get the customer from the response. -
getPaymentSource
Get the paymentSource from the response. -
toString
-
equals
-
hashCode
public int hashCode()
-