View Source GoogleApi.MyBusinessLodging.V1.Model.PaymentOptions (google_api_my_business_lodging v0.5.0)
Forms of payment accepted at the property.
Attributes
-
cash
(type:boolean()
, default:nil
) - Cash. The hotel accepts payment by paper/coin currency. -
cashException
(type:String.t
, default:nil
) - Cash exception. -
cheque
(type:boolean()
, default:nil
) - Cheque. The hotel accepts a printed document issued by the guest's bank in the guest's name as a form of payment. -
chequeException
(type:String.t
, default:nil
) - Cheque exception. -
creditCard
(type:boolean()
, default:nil
) - Credit card. The hotel accepts payment by a card issued by a bank or credit card company. Also known as charge card, debit card, bank card, or charge plate. -
creditCardException
(type:String.t
, default:nil
) - Credit card exception. -
debitCard
(type:boolean()
, default:nil
) - Debit card. The hotel accepts a bank-issued card that immediately deducts the charged funds from the guest's bank account upon processing. -
debitCardException
(type:String.t
, default:nil
) - Debit card exception. -
mobileNfc
(type:boolean()
, default:nil
) - Mobile nfc. The hotel has the compatible computer hardware terminal that reads and charges a payment app on the guest's smartphone without requiring the two devices to make physical contact. Also known as Apple Pay, Google Pay, Samsung Pay. -
mobileNfcException
(type:String.t
, default:nil
) - Mobile nfc exception.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.PaymentOptions{ cash: boolean() | nil, cashException: String.t() | nil, cheque: boolean() | nil, chequeException: String.t() | nil, creditCard: boolean() | nil, creditCardException: String.t() | nil, debitCard: boolean() | nil, debitCardException: String.t() | nil, mobileNfc: boolean() | nil, mobileNfcException: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.