Alokai

RemoveCardParams

Type of the parameters object required by the /removeCard endpoint

export interface RemoveCardParams {
	recurringDetailReference: string;
}

Properties

NameRequiredTypeDescription
recurringDetailReferenceRequiredstring

On this page