Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Определяет, требуется ли кредитная карта для записи на прием.
перечисления
REQUIRE_CREDIT_CARD_UNSPECIFIED
Требование кредитной карты не указано явно, и поведение идентично указанному для CONDITIONAL.
REQUIRE_CREDIT_CARD_CONDITIONAL
Google потребует кредитную карту для бронирования, если выполняется любое из следующих условий: * наличие имеет цену, а тип предоплаты НЕОБХОДИМ * установлен noShowFee * задано поле депозита.
REQUIRE_CREDIT_CARD_ALWAYS
Для бронирования этой доступности всегда требуется кредитная карта, независимо от других значений поля.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eCredit card requirements depend on factors like pricing, prepayment needs, no-show fees, and deposit requirements.\u003c/p\u003e\n"],["\u003cp\u003eBookings may require a credit card if there's a price and prepayment is required, a no-show fee is set, or a deposit is needed.\u003c/p\u003e\n"],["\u003cp\u003eSome bookings always require a credit card, regardless of other conditions.\u003c/p\u003e\n"]]],[],null,["# RequireCreditCard\n\nDefines whether a credit card is required in order to book an appointment.\n\n| Enums ||\n|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `REQUIRE_CREDIT_CARD_UNSPECIFIED` | The credit card requirement is not explicitly specified and the behaviour is identical to the one specified for CONDITIONAL. |\n| `REQUIRE_CREDIT_CARD_CONDITIONAL` | Google will require a credit card for the booking if any of the following conditions are met: \\* the availability has a price and the prepaymentType is REQUIRED \\* the noShowFee is set \\* the deposit field is set. |\n| `REQUIRE_CREDIT_CARD_ALWAYS` | A credit card is always required in order to book this availability regardless of other field values. |"]]