Class: Google::Apis::ContentV2sandbox::OrderpaymentsNotifyAuthDeclinedRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2sandbox/classes.rb,
generated/google/apis/content_v2sandbox/representations.rb,
generated/google/apis/content_v2sandbox/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) ⇒ OrderpaymentsNotifyAuthDeclinedRequest

Returns a new instance of OrderpaymentsNotifyAuthDeclinedRequest



1513
1514
1515
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1513

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

Instance Attribute Details

#decline_reasonString

Reason why payment authorization was declined. Corresponds to the JSON property declineReason

Returns:

  • (String)


1511
1512
1513
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1511

def decline_reason
  @decline_reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1518
1519
1520
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1518

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