@orangecheck/me-client / payment
Variable: payment
const payment: {
authorize: (opts: PaymentAuthorizeOptions) => Promise<PaymentResult>;
};
Defined in: me-client/src/payment.ts:25
Type Declaration
| Name | Type | Defined in |
|---|---|---|
<a id="property-authorize"></a> authorize() | (opts: PaymentAuthorizeOptions) => Promise<PaymentResult> | me-client/src/payment.ts:25 |