Uses of Class
dev.vality.swag_webhook_events.model.ContactInfo
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of ContactInfo in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return ContactInfo Modifier and Type Method Description ContactInfoContactInfo. email(String email)@NotNull @Valid ContactInfoCustomer. getContactInfo()Get contactInfo@NotNull @Valid ContactInfoPaymentResourcePayer. getContactInfo()Get contactInfo@NotNull @Valid ContactInfoPaymentResourcePayerAllOf. getContactInfo()Get contactInfo@NotNull @Valid ContactInfoRecurrentPayer. getContactInfo()Get contactInfo@NotNull @Valid ContactInfoRecurrentPayerAllOf. getContactInfo()Get contactInfoContactInfoContactInfo. phoneNumber(String phoneNumber)Methods in dev.vality.swag_webhook_events.model with parameters of type ContactInfo Modifier and Type Method Description CustomerCustomer. contactInfo(ContactInfo contactInfo)PaymentResourcePayerPaymentResourcePayer. contactInfo(ContactInfo contactInfo)PaymentResourcePayerAllOfPaymentResourcePayerAllOf. contactInfo(ContactInfo contactInfo)RecurrentPayerRecurrentPayer. contactInfo(ContactInfo contactInfo)RecurrentPayerAllOfRecurrentPayerAllOf. contactInfo(ContactInfo contactInfo)voidCustomer. setContactInfo(ContactInfo contactInfo)voidPaymentResourcePayer. setContactInfo(ContactInfo contactInfo)voidPaymentResourcePayerAllOf. setContactInfo(ContactInfo contactInfo)voidRecurrentPayer. setContactInfo(ContactInfo contactInfo)voidRecurrentPayerAllOf. setContactInfo(ContactInfo contactInfo)