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