interface EmbedPayResult {
    final: true;
    status: string;
    success: boolean;
    transactionId: string;
}

Properties

final: true
status: string
success: boolean
transactionId: string