Show / Hide Table of Contents

Class PaymentOptions

Forms of payment accepted at the property.

Inheritance
object
PaymentOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class PaymentOptions : IDirectResponseSchema

Properties

Cash

Cash. The hotel accepts payment by paper/coin currency.

Declaration
[JsonProperty("cash")]
public virtual bool? Cash { get; set; }
Property Value
Type Description
bool?

CashException

Cash exception.

Declaration
[JsonProperty("cashException")]
public virtual string CashException { get; set; }
Property Value
Type Description
string

Cheque

Cheque. The hotel accepts a printed document issued by the guest's bank in the guest's name as a form of payment.

Declaration
[JsonProperty("cheque")]
public virtual bool? Cheque { get; set; }
Property Value
Type Description
bool?

ChequeException

Cheque exception.

Declaration
[JsonProperty("chequeException")]
public virtual string ChequeException { get; set; }
Property Value
Type Description
string

CreditCard

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.

Declaration
[JsonProperty("creditCard")]
public virtual bool? CreditCard { get; set; }
Property Value
Type Description
bool?

CreditCardException

Credit card exception.

Declaration
[JsonProperty("creditCardException")]
public virtual string CreditCardException { get; set; }
Property Value
Type Description
string

DebitCard

Debit card. The hotel accepts a bank-issued card that immediately deducts the charged funds from the guest's bank account upon processing.

Declaration
[JsonProperty("debitCard")]
public virtual bool? DebitCard { get; set; }
Property Value
Type Description
bool?

DebitCardException

Debit card exception.

Declaration
[JsonProperty("debitCardException")]
public virtual string DebitCardException { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MobileNfc

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.

Declaration
[JsonProperty("mobileNfc")]
public virtual bool? MobileNfc { get; set; }
Property Value
Type Description
bool?

MobileNfcException

Mobile nfc exception.

Declaration
[JsonProperty("mobileNfcException")]
public virtual string MobileNfcException { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX