Class: Aws::Invoicing::Types::InvoiceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoiceProfile
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Contains high-level information about the invoice receiver.
Constant Summary collapse
- SENSITIVE =
[:receiver_address, :receiver_email, :tax_registration_number]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID the invoice profile is generated for.
-
#issuer ⇒ String
This specifies the issuing entity of the invoice.
-
#receiver_address ⇒ Types::ReceiverAddress
The address of the receiver that will be printed on the invoice.
-
#receiver_email ⇒ String
The email address for the invoice profile receiver.
-
#receiver_name ⇒ String
The name of the person receiving the invoice profile.
-
#tax_registration_number ⇒ String
Your Tax Registration Number (TRN) information.
Instance Attribute Details
#account_id ⇒ String
The account ID the invoice profile is generated for.
297 298 299 300 301 302 303 304 305 306 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 297 class InvoiceProfile < Struct.new( :account_id, :receiver_name, :receiver_address, :receiver_email, :issuer, :tax_registration_number) SENSITIVE = [:receiver_address, :receiver_email, :tax_registration_number] include Aws::Structure end |
#issuer ⇒ String
This specifies the issuing entity of the invoice.
297 298 299 300 301 302 303 304 305 306 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 297 class InvoiceProfile < Struct.new( :account_id, :receiver_name, :receiver_address, :receiver_email, :issuer, :tax_registration_number) SENSITIVE = [:receiver_address, :receiver_email, :tax_registration_number] include Aws::Structure end |
#receiver_address ⇒ Types::ReceiverAddress
The address of the receiver that will be printed on the invoice.
297 298 299 300 301 302 303 304 305 306 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 297 class InvoiceProfile < Struct.new( :account_id, :receiver_name, :receiver_address, :receiver_email, :issuer, :tax_registration_number) SENSITIVE = [:receiver_address, :receiver_email, :tax_registration_number] include Aws::Structure end |
#receiver_email ⇒ String
The email address for the invoice profile receiver.
297 298 299 300 301 302 303 304 305 306 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 297 class InvoiceProfile < Struct.new( :account_id, :receiver_name, :receiver_address, :receiver_email, :issuer, :tax_registration_number) SENSITIVE = [:receiver_address, :receiver_email, :tax_registration_number] include Aws::Structure end |
#receiver_name ⇒ String
The name of the person receiving the invoice profile.
297 298 299 300 301 302 303 304 305 306 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 297 class InvoiceProfile < Struct.new( :account_id, :receiver_name, :receiver_address, :receiver_email, :issuer, :tax_registration_number) SENSITIVE = [:receiver_address, :receiver_email, :tax_registration_number] include Aws::Structure end |
#tax_registration_number ⇒ String
Your Tax Registration Number (TRN) information.
297 298 299 300 301 302 303 304 305 306 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 297 class InvoiceProfile < Struct.new( :account_id, :receiver_name, :receiver_address, :receiver_email, :issuer, :tax_registration_number) SENSITIVE = [:receiver_address, :receiver_email, :tax_registration_number] include Aws::Structure end |