InvoiceProfile
Contains high-level information about the invoice receiver.
Contents
- AccountId
-
The account ID the invoice profile is generated for.
Type: String
Pattern:
\d{12}
Required: No
- Issuer
-
This specifies the issuing entity of the invoice.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
\S+
Required: No
- ReceiverAddress
-
The address of the receiver that will be printed on the invoice.
Type: ReceiverAddress object
Required: No
- ReceiverEmail
-
The email address for the invoice profile receiver.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
\S+
Required: No
- ReceiverName
-
The name of the person receiving the invoice profile.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
\S+
Required: No
- TaxRegistrationNumber
-
Your Tax Registration Number (TRN) information.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
\S+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: