Type Alias RequestBillingAgreementResponse

RequestBillingAgreementResponse: {
    payload: undefined;
    error: RequestBillingAgreementError;
} | {
    payload: RequestBillingAgreementPayload;
    error: undefined;
}