Class ContactInfo
java.lang.Object
dev.vality.swag_webhook_events.model.ContactInfo
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class ContactInfo
extends Object
Payer's contact information
-
Constructor Summary
Constructors Constructor Description ContactInfo() -
Method Summary
Modifier and Type Method Description ContactInfoemail(String email)booleanequals(Object o)@Size(max=100) @Email StringgetEmail()Email addressStringgetPhoneNumber()Mobile phone number with international prefix according to [E.164](https://en.wikipedia.org/wiki/E.164).inthashCode()ContactInfophoneNumber(String phoneNumber)voidsetEmail(String email)voidsetPhoneNumber(String phoneNumber)StringtoString()
-
Constructor Details
-
ContactInfo
public ContactInfo()
-
-
Method Details
-
email
-
getEmail
Email address- Returns:
-
setEmail
-
phoneNumber
-
getPhoneNumber
Mobile phone number with international prefix according to [E.164](https://en.wikipedia.org/wiki/E.164).- Returns:
- phoneNumber
-
setPhoneNumber
-
equals
-
hashCode
public int hashCode() -
toString
-