InvoiceProfile.Builder |
InvoiceProfile.Builder.accountId(String accountId) |
The account ID the invoice profile is generated for.
|
static InvoiceProfile.Builder |
InvoiceProfile.builder() |
|
InvoiceProfile.Builder |
InvoiceProfile.Builder.issuer(String issuer) |
This specifies the issuing entity of the invoice.
|
default InvoiceProfile.Builder |
InvoiceProfile.Builder.receiverAddress(Consumer<ReceiverAddress.Builder> receiverAddress) |
The address of the receiver that will be printed on the invoice.
|
InvoiceProfile.Builder |
InvoiceProfile.Builder.receiverAddress(ReceiverAddress receiverAddress) |
The address of the receiver that will be printed on the invoice.
|
InvoiceProfile.Builder |
InvoiceProfile.Builder.receiverEmail(String receiverEmail) |
The email address for the invoice profile receiver.
|
InvoiceProfile.Builder |
InvoiceProfile.Builder.receiverName(String receiverName) |
The name of the person receiving the invoice profile.
|
InvoiceProfile.Builder |
InvoiceProfile.Builder.taxRegistrationNumber(String taxRegistrationNumber) |
Your Tax Registration Number (TRN) information.
|
InvoiceProfile.Builder |
InvoiceProfile.toBuilder() |
|