Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountDetails ¶
type BillingDetails ¶
type MailConfig ¶
type MailConfig struct { Enable bool `json:"enable"` IssuerId int `json:"issuer_id"` Username string `json:"username"` SenderName string `json:"sender_name"` Email string `json:"email"` Password string `json:"password"` SmtpSecure bool `json:"smtp_secure"` SmtpHost string `json:"smtp_host"` SmtpPort int `json:"smtp_port"` Pop3Secure bool `json:"pop3_secure"` Pop3Host string `json:"pop3_host"` Pop3Port int `json:"pop3_port"` Token string `json:"token"` UseWhitelist bool `json:"use_whitelist"` }
type TranslationTable ¶
type TranslationTable struct { PaymentPart string `json:"payment_part"` Account string `json:"account"` Reference string `json:"reference"` AdditionalInfos string `json:"additional_infos"` FurtherInfos string `json:"further_infos"` Currency string `json:"currency"` Amount string `json:"amount"` Receipt string `json:"receipt"` AcceptancePoint string `json:"acceptance_point"` SepBeforePay string `json:"separate_before_pay"` PayableBy string `json:"payable_by"` PayableByNameAddr string `json:"payable_by_with_name_address"` InFavour string `json:"in_favour"` }
Click to show internal directories.
Click to hide internal directories.