Class Customer
java.lang.Object
dev.vality.swag_webhook_events.model.Customer
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class Customer
extends Object
Данные плательщика
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomer.StatusEnumСтатус плательщика -
Constructor Summary
Constructors Constructor Description Customer() -
Method Summary
Modifier and Type Method Description CustomercontactInfo(ContactInfo contactInfo)booleanequals(Object o)@NotNull @Valid ContactInfogetContactInfo()Get contactInfo@NotNull StringgetId()Идентификатор плательщика@NotNull ObjectgetMetadata()Связанные с плательщиком метаданные@NotNull StringgetShopID()Идентификатор магазина@NotNull Customer.StatusEnumgetStatus()Статус плательщикаinthashCode()Customerid(String id)Customermetadata(Object metadata)voidsetContactInfo(ContactInfo contactInfo)voidsetId(String id)voidsetMetadata(Object metadata)voidsetShopID(String shopID)voidsetStatus(Customer.StatusEnum status)CustomershopID(String shopID)Customerstatus(Customer.StatusEnum status)StringtoString()
-
Constructor Details
-
Customer
public Customer()
-
-
Method Details
-
id
-
getId
Идентификатор плательщика- Returns:
- id
-
setId
-
shopID
-
getShopID
Идентификатор магазина- Returns:
- shopID
-
setShopID
-
status
-
getStatus
Статус плательщика- Returns:
- status
-
setStatus
-
contactInfo
-
getContactInfo
Get contactInfo- Returns:
- contactInfo
-
setContactInfo
-
metadata
-
getMetadata
Связанные с плательщиком метаданные- Returns:
- metadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-