Interface InvoiceProfile.Builder

    • Method Detail

      • accountId

        InvoiceProfile.Builder accountId​(String accountId)

        The account ID the invoice profile is generated for.

        Parameters:
        accountId - The account ID the invoice profile is generated for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiverName

        InvoiceProfile.Builder receiverName​(String receiverName)

        The name of the person receiving the invoice profile.

        Parameters:
        receiverName - The name of the person receiving the invoice profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiverAddress

        InvoiceProfile.Builder receiverAddress​(ReceiverAddress receiverAddress)

        The address of the receiver that will be printed on the invoice.

        Parameters:
        receiverAddress - The address of the receiver that will be printed on the invoice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiverEmail

        InvoiceProfile.Builder receiverEmail​(String receiverEmail)

        The email address for the invoice profile receiver.

        Parameters:
        receiverEmail - The email address for the invoice profile receiver.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issuer

        InvoiceProfile.Builder issuer​(String issuer)

        This specifies the issuing entity of the invoice.

        Parameters:
        issuer - This specifies the issuing entity of the invoice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taxRegistrationNumber

        InvoiceProfile.Builder taxRegistrationNumber​(String taxRegistrationNumber)

        Your Tax Registration Number (TRN) information.

        Parameters:
        taxRegistrationNumber - Your Tax Registration Number (TRN) information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.