Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountryAndRegionItem ¶
type CountryAndRegionItems ¶
type CountryAndRegionItems struct {
Items []*CountryAndRegionItem `json:"items"`
}
type MoneyBackCostMerchantSet ¶
type MoneyBackCostMerchantSet struct { Id string `bson:"_id"` Set []*billing.MoneyBackCostMerchant `bson:"set"` }
type MoneyBackCostSystemSet ¶
type MoneyBackCostSystemSet struct { Id string `bson:"_id"` Set []*billing.MoneyBackCostSystem `bson:"set"` }
type PaymentChannelCostMerchantSet ¶
type PaymentChannelCostMerchantSet struct { Id string `bson:"_id"` Set []*billing.PaymentChannelCostMerchant `bson:"set"` }
type PaymentChannelCostSystemSet ¶
type PaymentChannelCostSystemSet struct { Id string `bson:"_id"` Set []*billing.PaymentChannelCostSystem `bson:"set"` }
Click to show internal directories.
Click to hide internal directories.