Skip to main content

GeneratedPaymentInfo

Information about the generated payment at Book step

type GeneratedPaymentInfo {
generatedCard: PaymentCardData
id: String!
method: GeneratedPaymentMethodType
supplier: SupplierData!
}

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.

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

Member Of

HotelBookingDetail object ● HotelCancelDetail object