Add Customer users
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user