Class: Aws::Types::AgreementInvoiceLineItemGroupSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def agreement_id
  @agreement_id
end

#invoice_billing_periodTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("INVOICE", "CREDIT_MEMO")


146
147
148
# File 'sig/types.rbs', line 146

def invoice_type
  @invoice_type
end

#invoicing_entityTypes::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.

Returns:

  • (::Time)


145
146
147
# File 'sig/types.rbs', line 145

def issued_time
  @issued_time
end

#pricing_currency_amountTypes::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