NexSDK
    Preparing search index...

    Interface GatewayPaymentResponse

    interface GatewayPaymentResponse {
        amount: number;
        booking_id: string;
        captured_at: GatewayPaymentResponseCapturedAt;
        created_at: string;
        currency: string;
        environment: string;
        error_code: GatewayPaymentResponseErrorCode;
        error_description: GatewayPaymentResponseErrorDescription;
        gateway: string;
        gateway_order_id: string;
        gateway_payment_id: GatewayPaymentResponseGatewayPaymentId;
        host_id: string;
        id: string;
        method: GatewayPaymentResponseMethod;
        property_id: string;
        status: string;
    }
    Index

    Properties

    amount: number
    booking_id: string
    captured_at: GatewayPaymentResponseCapturedAt
    created_at: string
    currency: string
    environment: string
    error_code: GatewayPaymentResponseErrorCode
    error_description: GatewayPaymentResponseErrorDescription
    gateway: string
    gateway_order_id: string
    gateway_payment_id: GatewayPaymentResponseGatewayPaymentId
    host_id: string
    id: string
    method: GatewayPaymentResponseMethod
    property_id: string
    status: string