UNPKG

gmopg

Version:

GMO PaymentGateway API client

14 lines (13 loc) 246 B
export interface ISiteArgs { SiteID?: string; SitePass?: string; MemberID?: string; } export interface IShopArgs { ShopID?: string; ShopPass?: string; } export interface IResult { ErrCode?: string; ErrInfo?: string; }