Class: Google::Apis::ContentV2::OrderpaymentsNotifyAuthApprovedRequest

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) ⇒ OrderpaymentsNotifyAuthApprovedRequest

Returns a new instance of OrderpaymentsNotifyAuthApprovedRequest



5485
5486
5487
# File 'generated/google/apis/content_v2/classes.rb', line 5485

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

Instance Attribute Details

#auth_amount_pretaxGoogle::Apis::ContentV2::Price

Authorized amount for pre-tax charge on user's credit card. Corresponds to the JSON property authAmountPretax



5478
5479
5480
# File 'generated/google/apis/content_v2/classes.rb', line 5478

def auth_amount_pretax
  @auth_amount_pretax
end

#auth_amount_taxGoogle::Apis::ContentV2::Price

Authorized amount for tax charge on user's credit card. Corresponds to the JSON property authAmountTax



5483
5484
5485
# File 'generated/google/apis/content_v2/classes.rb', line 5483

def auth_amount_tax
  @auth_amount_tax
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5490
5491
5492
5493
# File 'generated/google/apis/content_v2/classes.rb', line 5490

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