pawapay_api
Version:
Pawapay Gateway API Wrapper
16 lines • 364 B
TypeScript
export interface PaymentData {
deposit_id: string;
price: number;
title: string;
name?: string;
currency: string;
basePaymentCountryIso: string;
reason: string;
returnUrl: string;
}
export interface InitiatePaymentResponse {
redirectUrl: string;
error: boolean;
message?: string;
}
//# sourceMappingURL=payments.d.ts.map