monetix gateway
This commit is contained in:
@@ -11,6 +11,10 @@ type CardPaymentData struct {
|
||||
Pan string `bson:"pan" json:"pan"`
|
||||
FirstName string `bson:"firstName" json:"firstName"`
|
||||
LastName string `bson:"lastName" json:"lastName"`
|
||||
ExpMonth string `bson:"expMonth" json:"expMonth"`
|
||||
ExpYear string `bson:"expYear" json:"expYear"`
|
||||
Network string `bson:"network,omitempty" json:"network,omitempty"`
|
||||
Country string `bson:"country,omitempty" json:"country,omitempty"`
|
||||
}
|
||||
|
||||
func (m *PaymentMethod) AsCard() (*CardPaymentData, error) {
|
||||
|
||||
Reference in New Issue
Block a user