10 lines
143 B
Go
10 lines
143 B
Go
package request
|
|
|
|
import (
|
|
"furtuna-be/internal/constants/transaction"
|
|
)
|
|
|
|
type Transaction struct {
|
|
PaymentMethod transaction.PaymentMethod
|
|
}
|