Class: Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::Item
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::Item
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Line items being purchased in this transaction.
Instance Attribute Summary collapse
-
#merchant_account_id ⇒ ::String
When a merchant is specified, its corresponding account_id.
-
#name ⇒ ::String
The full name of the item.
-
#quantity ⇒ ::Integer
The quantity of this item that is being purchased.
-
#value ⇒ ::Float
The value per item that the user is paying, in the transaction currency, after discounts.
Instance Attribute Details
#merchant_account_id ⇒ ::String
Returns When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.
546 547 548 549 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 546 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The full name of the item.
546 547 548 549 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 546 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quantity ⇒ ::Integer
Returns The quantity of this item that is being purchased.
546 547 548 549 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 546 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns The value per item that the user is paying, in the transaction currency, after discounts.
546 547 548 549 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 546 class Item include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |