GeneralPaymentInvokeParameters<T> constructor
const
GeneralPaymentInvokeParameters<T> ({})
Implementation
const GeneralPaymentInvokeParameters({
required this.url,
required this.isThrowOnError,
required this.queryParameters,
required this.headers,
required this.method,
required this.parameters,
required this.builder,
});