Interface protos.google.shopping.merchant.accounts.v1beta.ICheckoutSettings (3.2.0)

Properties of a CheckoutSettings.

Package

@google-shopping/accounts

Properties

effectiveEnrollmentState

effectiveEnrollmentState?: (google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutEnrollmentState|keyof typeof google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutEnrollmentState|null);

CheckoutSettings effectiveEnrollmentState

effectiveReviewState

effectiveReviewState?: (google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutReviewState|keyof typeof google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutReviewState|null);

CheckoutSettings effectiveReviewState

effectiveUriSettings

effectiveUriSettings?: (google.shopping.merchant.accounts.v1beta.IUriSettings|null);

CheckoutSettings effectiveUriSettings

eligibleDestinations

eligibleDestinations?: (google.shopping.type.Destination.DestinationEnum[]|null);

CheckoutSettings eligibleDestinations

enrollmentState

enrollmentState?: (google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutEnrollmentState|keyof typeof google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutEnrollmentState|null);

CheckoutSettings enrollmentState

name

name?: (string|null);

CheckoutSettings name

reviewState

reviewState?: (google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutReviewState|keyof typeof google.shopping.merchant.accounts.v1beta.CheckoutSettings.CheckoutReviewState|null);

CheckoutSettings reviewState

uriSettings

uriSettings?: (google.shopping.merchant.accounts.v1beta.IUriSettings|null);

CheckoutSettings uriSettings