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 TypeMethodDescriptionMerchantInvoiceDetailResponse.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.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 TypeMethodDescriptionvoidMerchantInvoiceDetailResponse.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.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.