Class CustomerBindingAllOf
java.lang.Object
dev.vality.swag_webhook_events.model.CustomerBindingAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class CustomerBindingAllOf
extends Object
CustomerBindingAllOf
-
Constructor Summary
Constructors Constructor Description CustomerBindingAllOf() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetId()Customer binding identifier@NotNull @Valid PaymentResourcegetPaymentResource()Get paymentResourceinthashCode()CustomerBindingAllOfid(String id)CustomerBindingAllOfpaymentResource(PaymentResource paymentResource)voidsetId(String id)voidsetPaymentResource(PaymentResource paymentResource)StringtoString()
-
Constructor Details
-
CustomerBindingAllOf
public CustomerBindingAllOf()
-
-
Method Details
-
id
-
getId
Customer binding identifier- Returns:
- id
-
setId
-
paymentResource
-
getPaymentResource
Get paymentResource- Returns:
- paymentResource
-
setPaymentResource
-
equals
-
hashCode
public int hashCode() -
toString
-