Versions in this module Expand all Collapse all v1 v1.0.1 Jul 16, 2020 v1.0.0 Jul 16, 2020 Changes in this version + const DateTimeFormat + type Address struct + Name string + PostalAddress PostalAddress + type Amount struct + Currency string + Value string + type CreditorTransferInformation struct + Address Address + Amount Amount + EndToEndId string + Iban string + InstructionId string + PaymentType string + Reference string + func NewCreditorTransferInformation(transaction Transaction, paymentNumber int) CreditorTransferInformation + type CustomerCreditTransferInitiation struct + GroupHeader GroupHeader + PaymentInformation PaymentInformation + XMLName xml.Name + func NewCustomerCreditTransferInitiation(order Order) (CustomerCreditTransferInitiation, error) + type Debitor struct + BIC string + Country string + IBAN string + Name string + Place string + Postcode int + Street string + StreetNr int + type Document struct + CustomerCreditTransferInitiation CustomerCreditTransferInitiation + XMLName xml.Name + Xmlns string + XmlnsXid string + XsiSchemaLocation string + func NewDocument(order Order) (Document, error) + type GroupHeader struct + ControlSum string + CreationDateTime string + MessageIdentification string + Name string + NumbersOfTransactions int + func NewGroupHeader(senderName string, numberOfTrans int, controlSum string) GroupHeader + type Order struct + Debitor Debitor + ExecuteOn string + Transactions []Transaction + func (o Order) PaymentOrder() ([]byte, error) + type PaymentInformation struct + BatchBooking bool + CreditorTransferInformation []CreditorTransferInformation + Debitor Address + DebitorBic string + DebitorIban string + PaymentInformationId string + PaymentMethod string + RequiredExecutionDate string + func NewPaymentInformation(order Order) PaymentInformation + type PostalAddress struct + Country string + PostalCode int + StreetName string + StreetNumber int + TownName string + type Transaction struct + Amount string + Country string + Currency string + IBAN string + Name string + Place string + Postcode int + Reference string + Street string + StreetNr int