GeneratedPaymentInfo
Information about the generated payment at Book step
type GeneratedPaymentInfo {
generatedCard: PaymentCardData
id: String!
method: GeneratedPaymentMethodType
supplier: SupplierData!
vccAccess: String!
}
Fields
GeneratedPaymentInfo.generatedCard ● PaymentCardData object
Specifies the information of the payment card, and the source of it, that has been generated at Book step
GeneratedPaymentInfo.id ● String! non-null scalar
Payment identification generated by the payment supplier. This field is only returned in Book step, when the card is generated.
GeneratedPaymentInfo.method ● GeneratedPaymentMethodType enum
Indicates the payment method used, which depends on the configured payment supplier.
GeneratedPaymentInfo.supplier ● SupplierData! non-null object
Indicates the supplier information responsible of the payment card's creation
GeneratedPaymentInfo.vccAccess ● String! non-null scalar
Indicates the vcc access code used to generate the payment card
Member Of
HotelBookingDetail object ● HotelCancelDetail object