Class: Aws::Types::AgreementInvoiceLineItemGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgreementInvoiceLineItemGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#invoice_billing_period ⇒ Types::InvoiceBillingPeriod
Returns the value of attribute invoice_billing_period.
-
#invoice_id ⇒ ::String
Returns the value of attribute invoice_id.
-
#invoice_type ⇒ "INVOICE", "CREDIT_MEMO"
Returns the value of attribute invoice_type.
-
#invoicing_entity ⇒ Types::InvoicingEntity
Returns the value of attribute invoicing_entity.
-
#issued_time ⇒ ::Time
Returns the value of attribute issued_time.
-
#pricing_currency_amount ⇒ Types::PricingCurrencyAmount
Returns the value of attribute pricing_currency_amount.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def agreement_id @agreement_id end |
#invoice_billing_period ⇒ Types::InvoiceBillingPeriod
Returns the value of attribute invoice_billing_period.
144 145 146 |
# File 'sig/types.rbs', line 144 def invoice_billing_period @invoice_billing_period end |
#invoice_id ⇒ ::String
Returns the value of attribute invoice_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def invoice_id @invoice_id end |
#invoice_type ⇒ "INVOICE", "CREDIT_MEMO"
Returns the value of attribute invoice_type.
146 147 148 |
# File 'sig/types.rbs', line 146 def invoice_type @invoice_type end |
#invoicing_entity ⇒ Types::InvoicingEntity
Returns the value of attribute invoicing_entity.
147 148 149 |
# File 'sig/types.rbs', line 147 def invoicing_entity @invoicing_entity end |
#issued_time ⇒ ::Time
Returns the value of attribute issued_time.
145 146 147 |
# File 'sig/types.rbs', line 145 def issued_time @issued_time end |
#pricing_currency_amount ⇒ Types::PricingCurrencyAmount
Returns the value of attribute pricing_currency_amount.
143 144 145 |
# File 'sig/types.rbs', line 143 def pricing_currency_amount @pricing_currency_amount end |