Uses of Class
dev.vality.damsel.domain.ContactInfo
Packages that use ContactInfo
Package
Description
-
Uses of ContactInfo in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ContactInfoModifier and TypeFieldDescriptionCustomerPayer.contact_infoPaymentResourcePayer.contact_infoRecurrentPayer.contact_infoRussianPrivateEntity.contact_infoMethods in dev.vality.damsel.domain that return ContactInfoModifier and TypeMethodDescriptionContactInfo.deepCopy()CustomerPayer.getContactInfo()PaymentResourcePayer.getContactInfo()RecurrentPayer.getContactInfo()RussianPrivateEntity.getContactInfo()ContactInfo.setAddress(String address) ContactInfo.setCountry(String country) ContactInfo.setFirstName(String first_name) ContactInfo.setLastName(String last_name) ContactInfo.setPhoneNumber(String phone_number) ContactInfo.setPostalCode(String postal_code) Methods in dev.vality.damsel.domain with parameters of type ContactInfoModifier and TypeMethodDescriptionintContactInfo.compareTo(ContactInfo other) booleanContactInfo.equals(ContactInfo that) CustomerPayer.setContactInfo(ContactInfo contact_info) PaymentResourcePayer.setContactInfo(ContactInfo contact_info) RecurrentPayer.setContactInfo(ContactInfo contact_info) RussianPrivateEntity.setContactInfo(ContactInfo contact_info) Constructors in dev.vality.damsel.domain with parameters of type ContactInfoModifierConstructorDescriptionContactInfo(ContactInfo other) Performs a deep copy on other.CustomerPayer(String customer_id, String customer_binding_id, String rec_payment_tool_id, PaymentTool payment_tool, ContactInfo contact_info) PaymentResourcePayer(DisposablePaymentResource resource, ContactInfo contact_info) RecurrentPayer(PaymentTool payment_tool, RecurrentParentPayment recurrent_parent, ContactInfo contact_info) RussianPrivateEntity(String first_name, String second_name, String middle_name, ContactInfo contact_info) -
Uses of ContactInfo in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ContactInfoModifier and TypeFieldDescriptionCustomer.contact_infoCustomerCreated.contact_infoCustomerParams.contact_infoPaymentResourcePayerParams.contact_infoRecurrentPayerParams.contact_infoMethods in dev.vality.damsel.payment_processing that return ContactInfoModifier and TypeMethodDescriptionCustomer.getContactInfo()CustomerCreated.getContactInfo()CustomerParams.getContactInfo()PaymentResourcePayerParams.getContactInfo()RecurrentPayerParams.getContactInfo()Methods in dev.vality.damsel.payment_processing with parameters of type ContactInfoModifier and TypeMethodDescriptionCustomer.setContactInfo(ContactInfo contact_info) CustomerCreated.setContactInfo(ContactInfo contact_info) CustomerParams.setContactInfo(ContactInfo contact_info) PaymentResourcePayerParams.setContactInfo(ContactInfo contact_info) RecurrentPayerParams.setContactInfo(ContactInfo contact_info) Constructors in dev.vality.damsel.payment_processing with parameters of type ContactInfoModifierConstructorDescriptionCustomer(String id, String owner_id, String shop_id, CustomerStatus status, String created_at, List<CustomerBinding> bindings, ContactInfo contact_info, Value metadata) CustomerCreated(String customer_id, String owner_id, String shop_id, Value metadata, ContactInfo contact_info, String created_at) CustomerParams(String customer_id, String party_id, String shop_id, ContactInfo contact_info, Value metadata) PaymentResourcePayerParams(DisposablePaymentResource resource, ContactInfo contact_info) RecurrentPayerParams(RecurrentParentPayment recurrent_parent, ContactInfo contact_info) -
Uses of ContactInfo in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as ContactInfoMethods in dev.vality.damsel.proxy_provider that return ContactInfoMethods in dev.vality.damsel.proxy_provider with parameters of type ContactInfoConstructors in dev.vality.damsel.proxy_provider with parameters of type ContactInfoModifierConstructorDescriptionInvoicePayment(String id, String created_at, PaymentResource payment_resource, Cash cost, ContactInfo contact_info)