Uses of Class
com.blockchyp.client.dto.Address
Packages that use Address
-
Uses of Address in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return AddressModifier and TypeMethodDescriptionOwner.getAddress()Gets the address of the owner.MerchantInvoiceDetailResponse.getBillingAddress()Gets the billing or mailing address associated with the invoice.MerchantProfile.getBillingAddress()Gets the address to be used for billing correspondence.MerchantProfileResponse.getBillingAddress()Gets the address to be used for billing correspondence.MerchantApplication.getContactHomeAddress()Gets the home address of the primary contact.SubmitApplicationRequest.getContactHomeAddress()Gets the home address of the primary contact.MerchantApplication.getMailingAddress()Gets the mailing address of the business.SubmitApplicationRequest.getMailingAddress()Gets the mailing address of the business.MerchantApplication.getPhysicalAddress()Gets the physical address of the business.SubmitApplicationRequest.getPhysicalAddress()Gets the physical address of the business.MerchantInvoiceDetailResponse.getShippingAddress()Gets the shipping or physical address associated with the invoice.MerchantProfile.getShippingAddress()Gets the address to be used for shipping.MerchantProfileResponse.getShippingAddress()Gets the address to be used for shipping.Methods in com.blockchyp.client.dto with parameters of type AddressModifier and TypeMethodDescriptionvoidOwner.setAddress(Address value) Sets the address of the owner.voidMerchantInvoiceDetailResponse.setBillingAddress(Address value) Sets the billing or mailing address associated with the invoice.voidMerchantProfile.setBillingAddress(Address value) Sets the address to be used for billing correspondence.voidMerchantProfileResponse.setBillingAddress(Address value) Sets the address to be used for billing correspondence.voidMerchantApplication.setContactHomeAddress(Address value) Sets the home address of the primary contact.voidSubmitApplicationRequest.setContactHomeAddress(Address value) Sets the home address of the primary contact.voidMerchantApplication.setMailingAddress(Address value) Sets the mailing address of the business.voidSubmitApplicationRequest.setMailingAddress(Address value) Sets the mailing address of the business.voidMerchantApplication.setPhysicalAddress(Address value) Sets the physical address of the business.voidSubmitApplicationRequest.setPhysicalAddress(Address value) Sets the physical address of the business.voidMerchantInvoiceDetailResponse.setShippingAddress(Address value) Sets the shipping or physical address associated with the invoice.voidMerchantProfile.setShippingAddress(Address value) Sets the address to be used for shipping.voidMerchantProfileResponse.setShippingAddress(Address value) Sets the address to be used for shipping.