Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type MiscFeesGrp struct + NoMiscFees []NoMiscFees + func (m *MiscFeesGrp) SetNoMiscFees(v []NoMiscFees) type NoMiscFees + func NewNoMiscFees() *NoMiscFees + func (m *NoMiscFees) SetMiscFeeAmt(v float64) + func (m *NoMiscFees) SetMiscFeeBasis(v int) + func (m *NoMiscFees) SetMiscFeeCurr(v string) + func (m *NoMiscFees) SetMiscFeeType(v string) v0.1.0 Feb 21, 2016 Changes in this version + type Component struct + NoMiscFees []NoMiscFees + func New() *Component + type NoMiscFees struct + MiscFeeAmt *float64 + MiscFeeBasis *int + MiscFeeCurr *string + MiscFeeType *string