UNPKG

@allofshop/aos-sdk-payment

Version:

allofshop payment sdk for webbrowser

12 lines (11 loc) 243 B
/** * @copyright Copyright © 2021 Corretto, Inc. All rights reserved. */ export interface InitOption { shopId: string; orderId: string; accessToken: string; pgProvider: string; apiHost: string; wrapperId?: string; }