Class: Aws::Types::BatchCreateBillingAdjustmentRequestEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_amount::String

Returns the value of attribute adjustment_amount.

Returns:

  • (::String)


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.

Returns:

  • ("INCORRECT_TERMS_ACCEPTED", "INCORRECT_METERING", "TEST_ENVIRONMENT_CHARGES", "ALTERNATIVE_PROCUREMENT_CHANNEL", "UNINTENDED_RENEWAL", "BUYER_DISSATISFACTION", "OTHER")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def currency_code
  @currency_code
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def original_invoice_id
  @original_invoice_id
end