IntegrationNSWGovPay<S>: IntegrationBase & {
    configuration: {
        primaryAgencies: IntegrationNSWGovPayPrimaryAgency<S>[];
    };
    type: "NSW_GOV_PAY";
}

Type Parameters

Type declaration