aditya.siregar 67f1dbc850 init project
2024-05-28 14:14:55 +07:00

10 lines
143 B
Go

package request
import (
"furtuna-be/internal/constants/transaction"
)
type Transaction struct {
PaymentMethod transaction.PaymentMethod
}