Class CustomerBindingFailed
java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.CustomerBindingFailed
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class CustomerBindingFailed
extends Event
Event about unsuccessful binding of the customer to the payment tool
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag_webhook_events.model.Event
Event.EventTypeEnum, Event.TopicEnum -
Constructor Summary
Constructors Constructor Description CustomerBindingFailed() -
Method Summary
Modifier and Type Method Description CustomerBindingFailedbinding(CustomerBinding binding)CustomerBindingFailedcustomer(Customer customer)booleanequals(Object o)@NotNull @Valid CustomerBindinggetBinding()Get binding@NotNull @Valid CustomergetCustomer()Get customerinthashCode()voidsetBinding(CustomerBinding binding)voidsetCustomer(Customer customer)StringtoString()Methods inherited from class dev.vality.swag_webhook_events.model.Event
eventID, eventType, getEventID, getEventType, getOccuredAt, getTopic, occuredAt, setEventID, setEventType, setOccuredAt, setTopic, topic
-
Constructor Details
-
CustomerBindingFailed
public CustomerBindingFailed()
-
-
Method Details