Alokai

PaymentRequest_2

PaymentRequest

export interface PaymentRequest {
	'mappingLabels'?: {
        [key: string]: string;
    };
	'parameters'?: {
        [key: string]: string;
    };
	'postUrl'?: string;
}

Properties

NameRequiredTypeDescription
mappingLabelsOptional{ [key: string]: string; }{{ [key: string]: string; }} PaymentRequest
parametersOptional{ [key: string]: string; }{{ [key: string]: string; }} PaymentRequest
postUrlOptionalstring{string} PaymentRequest

On this page