Class CustomerPaymentMethodsResponse
java.lang.Object
io.trippay.sdk.payment.acquiring.model.CustomerPaymentMethodsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-18T09:26:01.256708606+07:00[Asia/Bangkok]")
public class CustomerPaymentMethodsResponse
extends Object
CustomerPaymentMethodsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_list(List<CustomerPaymentMethod> _list) addListItem(CustomerPaymentMethod _listItem) customerIdentifier(String customerIdentifier) booleanThe Stripe customer identifier.@Valid List<CustomerPaymentMethod>getList()Existing customer payment methodsinthashCode()voidsetCustomerIdentifier(String customerIdentifier) voidsetList(List<CustomerPaymentMethod> _list) toString()
-
Field Details
-
JSON_PROPERTY_CUSTOMER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_LIST
- See Also:
-
-
Constructor Details
-
CustomerPaymentMethodsResponse
public CustomerPaymentMethodsResponse()
-
-
Method Details
-
customerIdentifier
-
getCustomerIdentifier
The Stripe customer identifier.- Returns:
- customerIdentifier
-
setCustomerIdentifier
-
_list
-
addListItem
-
getList
Existing customer payment methods- Returns:
- _list
-
setList
-
equals
-
hashCode
public int hashCode() -
toString
-