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 TypeMethodDescriptionMerchantProfile.getBillingAddress()Gets the address to be used for billing correspondence.MerchantProfileResponse.getBillingAddress()Gets the address to be used for billing correspondence.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 TypeMethodDescriptionvoidMerchantProfile.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.voidMerchantProfile.setShippingAddress(Address value) Sets the address to be used for shipping.voidMerchantProfileResponse.setShippingAddress(Address value) Sets the address to be used for shipping.