Alokai

MakePaymentParams

Type of the parameters object required by /makePayment endpoint

export interface MakePaymentParams {
	balance?: Balance;
	componentData: any;
	paymentId: string;
}

Properties

NameRequiredTypeDescription
balanceOptionalBalance
componentDataRequiredany
paymentIdRequiredstring

Referenced Types

On this page