@spare-technologies/spare-typescript-sdk
Version:
Spare type script sdk
14 lines • 554 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpEndpoints = void 0;
class SpEndpoints {
constructor(Value) {
this.Value = Value;
this.value = Value;
}
}
exports.SpEndpoints = SpEndpoints;
SpEndpoints.CreateDomesticPayment = new SpEndpoints('/api/v1.0/payments/domestic/Create');
SpEndpoints.GetDomesticPayment = new SpEndpoints('/api/v1.0/payments/domestic/Get');
SpEndpoints.ListDomesticPayments = new SpEndpoints('/api/v1.0/payments/domestic/List');
//# sourceMappingURL=SpEndpoints.js.map