Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreditorPayments ¶
type CreditorPayments struct {
Creditor Creditor
DatePayments []*DatePayment
TotalAmount float64
DebitRegisterCount int
TotalRegisterCount int
}
type DatePayment ¶
type DatePayment struct {
Date time.Time
DebitTransactions []*DebitTransaction
TotalAmount float64
DebitRegisterCount int
TotalRegisterCount int
}
func (*DatePayment) String ¶
func (dp *DatePayment) String() string
type DebitTransaction ¶
type DebitTransaction struct {
ID string
MandateID string
Sequence string
CategoryCode string
Amount float64
Date time.Time
Debtor Debtor
Purpose string
Concept string
}
func (*DebitTransaction) String ¶
func (t *DebitTransaction) String() string
type Debtor ¶
type Document ¶
type Document struct {
InitiatingParty *InitiatingParty
CreditorPayments []*CreditorPayments
TotalAmount float64
DebitRegisterCount int
TotalRegisterCount int
}
type InitiatingParty ¶
Click to show internal directories.
Click to hide internal directories.