MakePaymentParams
Type of the parameters object required by /makePayment endpoint
export interface MakePaymentParams {
balance?: Balance;
componentData: any;
paymentId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
balance | Optional | Balance | |
componentData | Required | any | |
paymentId | Required | string |