Add Customer users

This commit is contained in:
Aditya Siregar
2025-08-03 23:55:51 +07:00
parent 96743cf50b
commit 5741243425
69 changed files with 3005 additions and 158 deletions
+1
View File
@@ -21,6 +21,7 @@ type PaymentMethod struct {
type CreatePaymentMethodRequest struct {
OrganizationID uuid.UUID `validate:"required"`
OutletID uuid.UUID `validate:"required"`
Name string `validate:"required,min=1,max=100"`
Type constants.PaymentMethodType `validate:"required"`
Processor *string `validate:"omitempty,max=100"`