Class: Google::Apis::ContentV2::OrderpaymentsNotifyAuthApprovedRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrderpaymentsNotifyAuthApprovedRequest
- 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
-
#auth_amount_pretax ⇒ Google::Apis::ContentV2::Price
Authorized amount for pre-tax charge on user's credit card.
-
#auth_amount_tax ⇒ Google::Apis::ContentV2::Price
Authorized amount for tax charge on user's credit card.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrderpaymentsNotifyAuthApprovedRequest
constructor
A new instance of OrderpaymentsNotifyAuthApprovedRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OrderpaymentsNotifyAuthApprovedRequest
Returns a new instance of OrderpaymentsNotifyAuthApprovedRequest
5482 5483 5484 |
# File 'generated/google/apis/content_v2/classes.rb', line 5482 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auth_amount_pretax ⇒ Google::Apis::ContentV2::Price
Authorized amount for pre-tax charge on user's credit card.
Corresponds to the JSON property authAmountPretax
5475 5476 5477 |
# File 'generated/google/apis/content_v2/classes.rb', line 5475 def auth_amount_pretax @auth_amount_pretax end |
#auth_amount_tax ⇒ Google::Apis::ContentV2::Price
Authorized amount for tax charge on user's credit card.
Corresponds to the JSON property authAmountTax
5480 5481 5482 |
# File 'generated/google/apis/content_v2/classes.rb', line 5480 def auth_amount_tax @auth_amount_tax end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5487 5488 5489 5490 |
# File 'generated/google/apis/content_v2/classes.rb', line 5487 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 |