Uses of Class
com.adyen.model.balanceplatform.DeliveryContact
-
Packages that use DeliveryContact Package Description com.adyen.model.balanceplatform -
-
Uses of DeliveryContact in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return DeliveryContact Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)addressDeliveryContactDeliveryContact. company(String company)The company name of the contact.DeliveryContactDeliveryContact. email(String email)The email address of the contact.static DeliveryContactDeliveryContact. fromJson(String jsonString)Create an instance of DeliveryContact given an JSON stringDeliveryContactDeliveryContact. fullPhoneNumber(String fullPhoneNumber)The full phone number of the contact provided as a single string.DeliveryContactCard. getDeliveryContact()deliveryContactDeliveryContactCardInfo. getDeliveryContact()deliveryContactDeliveryContactDeliveryContact. name(Name name)nameDeliveryContactDeliveryContact. phoneNumber(PhoneNumber phoneNumber)phoneNumberDeliveryContactDeliveryContact. webAddress(String webAddress)The URL of the contact's website.Methods in com.adyen.model.balanceplatform with parameters of type DeliveryContact Modifier and Type Method Description CardCard. deliveryContact(DeliveryContact deliveryContact)deliveryContactCardInfoCardInfo. deliveryContact(DeliveryContact deliveryContact)deliveryContactvoidCard. setDeliveryContact(DeliveryContact deliveryContact)deliveryContactvoidCardInfo. setDeliveryContact(DeliveryContact deliveryContact)deliveryContact
-