Class: Google::Apis::ContentV2::OrderpaymentsNotifyChargeRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OrderpaymentsNotifyChargeRequest

Returns a new instance of OrderpaymentsNotifyChargeRequest



5182
5183
5184
# File 'generated/google/apis/content_v2/classes.rb', line 5182

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#charge_stateString

Whether charge was successful. Corresponds to the JSON property chargeState

Returns:

  • (String)


5175
5176
5177
# File 'generated/google/apis/content_v2/classes.rb', line 5175

def charge_state
  @charge_state
end

#invoice_idString

Invoice ID from orderInvoice service that corresponds to the charge. Corresponds to the JSON property invoiceId

Returns:

  • (String)


5180
5181
5182
# File 'generated/google/apis/content_v2/classes.rb', line 5180

def invoice_id
  @invoice_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5187
5188
5189
5190
# File 'generated/google/apis/content_v2/classes.rb', line 5187

def update!(**args)
  @charge_state = args[:charge_state] if args.key?(:charge_state)
  @invoice_id = args[:invoice_id] if args.key?(:invoice_id)
end