Class: Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb
Overview
CheckoutSettings for a specific merchant.
Defined Under Namespace
Modules: CheckoutEnrollmentState, CheckoutReviewState
Instance Attribute Summary collapse
-
#effective_enrollment_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutEnrollmentState
readonly
Output only.
-
#effective_review_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutReviewState
readonly
Output only.
-
#effective_uri_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::UriSettings
readonly
Output only.
-
#eligible_destinations ⇒ ::Array<::Google::Shopping::Type::Destination::DestinationEnum>
Optional.
-
#enrollment_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutEnrollmentState
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#review_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutReviewState
readonly
Output only.
-
#uri_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::UriSettings
URI settings for cart or checkout URL.
Instance Attribute Details
#effective_enrollment_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutEnrollmentState (readonly)
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#effective_review_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutReviewState (readonly)
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#effective_uri_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::UriSettings (readonly)
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#eligible_destinations ⇒ ::Array<::Google::Shopping::Type::Destination::DestinationEnum>
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#enrollment_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutEnrollmentState (readonly)
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#name ⇒ ::String
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#review_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CheckoutSettings::CheckoutReviewState (readonly)
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |
#uri_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::UriSettings
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 121 class CheckoutSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum indicating the enrollment state of merchant in `Checkout` # program. module CheckoutEnrollmentState # Default enrollment state when enrollment state is not specified. CHECKOUT_ENROLLMENT_STATE_UNSPECIFIED = 0 # Merchant has not enrolled into the program. INACTIVE = 1 # Merchant has enrolled into the program by providing either an # account level URL or checkout URLs as part of their feed. ENROLLED = 2 # Merchant has previously enrolled but opted out of the program. OPTED_OUT = 3 end # Enum indicating the review state of merchant in `Checkout` # program. module CheckoutReviewState # Default review state when review state is not specified. CHECKOUT_REVIEW_STATE_UNSPECIFIED = 0 # Merchant provided URLs are being reviewed for data quality issues. IN_REVIEW = 1 # Merchant account has been approved. Indicates the data quality checks # have passed. APPROVED = 2 # Merchant account has been disapproved due to data quality issues. DISAPPROVED = 3 end end |