Class GetInvoiceUnitResponse

    • Method Detail

      • invoiceUnitArn

        public final String invoiceUnitArn()

        The ARN to identify an invoice unit. This information can't be modified or deleted.

        Returns:
        The ARN to identify an invoice unit. This information can't be modified or deleted.
      • invoiceReceiver

        public final String invoiceReceiver()

        The Amazon Web Services account ID chosen to be the receiver of an invoice unit. All invoices generated for that invoice unit will be sent to this account ID.

        Returns:
        The Amazon Web Services account ID chosen to be the receiver of an invoice unit. All invoices generated for that invoice unit will be sent to this account ID.
      • name

        public final String name()

        The unique name of the invoice unit that is shown on the generated invoice.

        Returns:
        The unique name of the invoice unit that is shown on the generated invoice.
      • description

        public final String description()

        The assigned description for an invoice unit.

        Returns:
        The assigned description for an invoice unit.
      • taxInheritanceDisabled

        public final Boolean taxInheritanceDisabled()

        Whether the invoice unit based tax inheritance is/ should be enabled or disabled.

        Returns:
        Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
      • rule

        public final InvoiceUnitRule rule()
        Returns the value of the Rule property for this object.
        Returns:
        The value of the Rule property for this object.
      • lastModified

        public final Instant lastModified()

        The most recent date the invoice unit response was updated.

        Returns:
        The most recent date the invoice unit response was updated.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object