Class PaymentContactInfo
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentContactInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-02-21T10:48:08.381944838Z[Etc/UTC]")
public class PaymentContactInfo
extends Object
**Deprecated.** _Используйте свойство `payer`._ Контактные данные плательщика
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EMAILstatic StringJSON_PROPERTY_PHONE_NUMBER -
Constructor Summary
Constructors Constructor Description PaymentContactInfo() -
Method Summary
Modifier and Type Method Description PaymentContactInfoemail(String email)booleanequals(Object o)StringgetEmail()Адрес электронной почтыStringgetPhoneNumber()Номер мобильного телефонаinthashCode()PaymentContactInfophoneNumber(String phoneNumber)voidsetEmail(String email)voidsetPhoneNumber(String phoneNumber)StringtoString()
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PHONE_NUMBER
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PaymentContactInfo
public PaymentContactInfo()
-
-
Method Details
-
email
-
getEmail
Адрес электронной почты- Returns:
-
setEmail
-
phoneNumber
-
getPhoneNumber
Номер мобильного телефона- Returns:
- phoneNumber
-
setPhoneNumber
-
equals
-
hashCode
public int hashCode() -
toString
-