RequireCreditCard
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
กําหนดว่าต้องใช้บัตรเครดิตเพื่อจองการนัดหมายหรือไม่
Enum |
REQUIRE_CREDIT_CARD_UNSPECIFIED |
ไม่มีการระบุข้อกําหนดบัตรเครดิตอย่างชัดเจนและลักษณะการทํางานจะเหมือนกันกับเงื่อนไขที่ระบุไว้ |
REQUIRE_CREDIT_CARD_CONDITIONAL |
Google กําหนดให้ใช้บัตรเครดิตสําหรับการจอง หากเป็นไปตามเงื่อนไขข้อใดข้อหนึ่งต่อไปนี้ * ความพร้อมจําหน่ายสินค้ามีราคาและมีค่าการชําระล่วงหน้าประเภท ต้องระบุ * มีการตั้งค่า noShowFee * ตั้งค่าช่องเงินฝาก |
REQUIRE_CREDIT_CARD_ALWAYS |
ต้องใช้บัตรเครดิตเสมอในการจองห้องว่างนี้โดยไม่คํานึงถึงค่าของช่องอื่นๆ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]