google-wallet
Version:
Google wallet library for Node.js
12 lines (11 loc) • 423 B
TypeScript
export type EventReservationInfo = {
/**
* Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventReservationInfo".
* @deprecated
*/
kind?: string;
/**
* The confirmation code of the event reservation. This may also take the form of an "order number", "confirmation number", "reservation number", or other equivalent.
*/
confirmationCode?: string;
};