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