Class: Aws::Types::BatchCreateBillingAdjustmentRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillingAdjustmentRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustment_amount ⇒ ::String
Returns the value of attribute adjustment_amount.
-
#adjustment_reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute adjustment_reason_code.
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#original_invoice_id ⇒ ::String
Returns the value of attribute original_invoice_id.
Instance Attribute Details
#adjustment_amount ⇒ ::String
Returns the value of attribute adjustment_amount.
181 182 183 |
# File 'sig/types.rbs', line 181 def adjustment_amount @adjustment_amount end |
#adjustment_reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute adjustment_reason_code.
183 184 185 |
# File 'sig/types.rbs', line 183 def adjustment_reason_code @adjustment_reason_code end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def agreement_id @agreement_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
185 186 187 |
# File 'sig/types.rbs', line 185 def client_token @client_token end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
182 183 184 |
# File 'sig/types.rbs', line 182 def currency_code @currency_code end |
#description ⇒ ::String
Returns the value of attribute description.
184 185 186 |
# File 'sig/types.rbs', line 184 def description @description end |
#original_invoice_id ⇒ ::String
Returns the value of attribute original_invoice_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def original_invoice_id @original_invoice_id end |