Uses of Class
io.deeplumen.ucp.models.schemas.shopping.PostalAddress
Packages that use PostalAddress
Package
Description
-
Uses of PostalAddress in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return PostalAddressModifier and TypeMethodDescriptionExpectation.getDestination()Postal AddressPostalAddress.withAdditionalProperty(String name, Object value) PostalAddress.withAddressCountry(String addressCountry) PostalAddress.withAddressLocality(String addressLocality) PostalAddress.withAddressRegion(String addressRegion) PostalAddress.withExtendedAddress(String extendedAddress) PostalAddress.withFirstName(String firstName) PostalAddress.withFullName(String fullName) PostalAddress.withLastName(String lastName) PostalAddress.withPhoneNumber(String phoneNumber) PostalAddress.withPostalCode(String postalCode) PostalAddress.withStreetAddress(String streetAddress) Methods in io.deeplumen.ucp.models.schemas.shopping with parameters of type PostalAddressModifier and TypeMethodDescriptionvoidExpectation.setDestination(PostalAddress destination) Postal AddressExpectation.withDestination(PostalAddress destination) -
Uses of PostalAddress in io.deeplumen.ucp.models.schemas.shopping.types
Methods in io.deeplumen.ucp.models.schemas.shopping.types that return PostalAddressModifier and TypeMethodDescriptionRetailLocationRequest.getAddress()Postal AddressRetailLocationResponse.getAddress()Postal AddressPaymentInstrumentBase.getBillingAddress()Postal AddressMethods in io.deeplumen.ucp.models.schemas.shopping.types with parameters of type PostalAddressModifier and TypeMethodDescriptionvoidRetailLocationRequest.setAddress(PostalAddress address) Postal AddressvoidRetailLocationResponse.setAddress(PostalAddress address) Postal AddressvoidPaymentInstrumentBase.setBillingAddress(PostalAddress billingAddress) Postal AddressRetailLocationRequest.withAddress(PostalAddress address) RetailLocationResponse.withAddress(PostalAddress address) PaymentInstrumentBase.withBillingAddress(PostalAddress billingAddress)