ggez-banking-sdk
Version:
A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.
17 lines (16 loc) • 417 B
TypeScript
type PaymentInfo = {
customer_id: string;
payment_id: string;
email_address: string;
authentication_question: string;
authentication_answer: string;
authentication_method: string;
device_fingerprint: string;
device_fingerprint_type: string;
cpa_code: string;
biller_id: string;
number: string;
first_name: string;
last_name: string;
};
export type { PaymentInfo };