gmopg
Version:
GMO PaymentGateway API client
17 lines (16 loc) • 330 B
TypeScript
export declare type SiteArgs = {
SiteID?: string;
SitePass?: string;
MemberID?: string;
};
export declare type ShopArgs = {
ShopID?: string;
ShopPass?: string;
};
export declare type Result = {
ErrCode?: string;
ErrInfo?: string;
};
export declare type UnknownParams = {
[key: string]: unknown;
};