Uses of Class
software.amazon.awssdk.services.invoicing.model.ReceiverAddress
-
Packages that use ReceiverAddress Package Description software.amazon.awssdk.services.invoicing.model -
-
Uses of ReceiverAddress in software.amazon.awssdk.services.invoicing.model
Methods in software.amazon.awssdk.services.invoicing.model that return ReceiverAddress Modifier and Type Method Description ReceiverAddressInvoiceProfile. receiverAddress()The address of the receiver that will be printed on the invoice.Methods in software.amazon.awssdk.services.invoicing.model with parameters of type ReceiverAddress Modifier and Type Method Description InvoiceProfile.BuilderInvoiceProfile.Builder. receiverAddress(ReceiverAddress receiverAddress)The address of the receiver that will be printed on the invoice.
-