Class: Aws::Types::GetBillingAdjustmentRequestOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_amount::String

Returns the value of attribute adjustment_amount.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

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")


498
499
500
# File 'sig/types.rbs', line 498

def adjustment_reason_code
  @adjustment_reason_code
end

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def agreement_id
  @agreement_id
end

#billing_adjustment_request_id::String

Returns the value of attribute billing_adjustment_request_id.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def billing_adjustment_request_id
  @billing_adjustment_request_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


505
506
507
# File 'sig/types.rbs', line 505

def created_at
  @created_at
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def currency_code
  @currency_code
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def description
  @description
end

#original_invoice_id::String

Returns the value of attribute original_invoice_id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def original_invoice_id
  @original_invoice_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "VALIDATION_FAILED", "COMPLETED")


503
504
505
# File 'sig/types.rbs', line 503

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def status_message
  @status_message
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


506
507
508
# File 'sig/types.rbs', line 506

def updated_at
  @updated_at
end