Uses of Class
dev.vality.damsel.domain.ContactInfo
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.proxy_provider |
-
Uses of ContactInfo in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ContactInfo Modifier and Type Field Description ContactInfoCustomerPayer. contact_infoContactInfoPaymentResourcePayer. contact_infoContactInfoRecurrentPayer. contact_infoContactInfoRussianPrivateEntity. contact_infoMethods in dev.vality.damsel.domain that return ContactInfo Modifier and Type Method Description ContactInfoContactInfo. deepCopy()ContactInfoCustomerPayer. getContactInfo()ContactInfoPaymentResourcePayer. getContactInfo()ContactInfoRecurrentPayer. getContactInfo()ContactInfoRussianPrivateEntity. getContactInfo()ContactInfoContactInfo. setEmail(String email)ContactInfoContactInfo. setPhoneNumber(String phone_number)Methods in dev.vality.damsel.domain with parameters of type ContactInfo Modifier and Type Method Description intContactInfo. compareTo(ContactInfo other)booleanContactInfo. equals(ContactInfo that)CustomerPayerCustomerPayer. setContactInfo(ContactInfo contact_info)PaymentResourcePayerPaymentResourcePayer. setContactInfo(ContactInfo contact_info)RecurrentPayerRecurrentPayer. setContactInfo(ContactInfo contact_info)RussianPrivateEntityRussianPrivateEntity. setContactInfo(ContactInfo contact_info)Constructors in dev.vality.damsel.domain with parameters of type ContactInfo Constructor Description ContactInfo(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 ContactInfo Modifier and Type Field Description ContactInfoCustomer. contact_infoContactInfoCustomerCreated. contact_infoContactInfoCustomerParams. contact_infoContactInfoPaymentResourcePayerParams. contact_infoContactInfoRecurrentPayerParams. contact_infoMethods in dev.vality.damsel.payment_processing that return ContactInfo Modifier and Type Method Description ContactInfoCustomer. getContactInfo()ContactInfoCustomerCreated. getContactInfo()ContactInfoCustomerParams. getContactInfo()ContactInfoPaymentResourcePayerParams. getContactInfo()ContactInfoRecurrentPayerParams. getContactInfo()Methods in dev.vality.damsel.payment_processing with parameters of type ContactInfo Modifier and Type Method Description CustomerCustomer. setContactInfo(ContactInfo contact_info)CustomerCreatedCustomerCreated. setContactInfo(ContactInfo contact_info)CustomerParamsCustomerParams. setContactInfo(ContactInfo contact_info)PaymentResourcePayerParamsPaymentResourcePayerParams. setContactInfo(ContactInfo contact_info)RecurrentPayerParamsRecurrentPayerParams. setContactInfo(ContactInfo contact_info)Constructors in dev.vality.damsel.payment_processing with parameters of type ContactInfo Constructor Description Customer(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 ContactInfo Modifier and Type Field Description ContactInfoInvoicePayment. contact_infoMethods in dev.vality.damsel.proxy_provider that return ContactInfo Modifier and Type Method Description ContactInfoInvoicePayment. getContactInfo()Methods in dev.vality.damsel.proxy_provider with parameters of type ContactInfo Modifier and Type Method Description InvoicePaymentInvoicePayment. setContactInfo(ContactInfo contact_info)Constructors in dev.vality.damsel.proxy_provider with parameters of type ContactInfo Constructor Description InvoicePayment(String id, String created_at, PaymentResource payment_resource, Cash cost, ContactInfo contact_info)