This interface shows the structure of a BNPLPayload
export interface BNPLPayload { description: string; callbacks: { on_success: string; on_reject: string; on_canceled: string; on_failed: string; }; }
Generated using TypeDoc
This interface shows the structure of a BNPLPayload