Class PaymentContactInfo
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentContactInfo
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class PaymentContactInfo
extends Object
**Deprecated.** _Используйте свойство `payer`._ Контактные данные плательщика
-
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()
-
Constructor Details
-
PaymentContactInfo
public PaymentContactInfo()
-
-
Method Details
-
email
-
getEmail
Адрес электронной почты- Returns:
-
setEmail
-
phoneNumber
-
getPhoneNumber
Номер мобильного телефона- Returns:
- phoneNumber
-
setPhoneNumber
-
equals
-
hashCode
public int hashCode() -
toString
-