specs

package
v0.0.0-...-ee15e7f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountDetails

type AccountDetails struct {
	AddressType string `json:"address_type"`
	Name        string `json:"name"` // lastname + fistname
	Address1    string `json:"address1"`
	Address2    string `json:"address2"`
	Zip         string `json:"zip"`
	Location    string `json:"location"`
	Country     string `json:"country"`
}

type BillingDetails

type BillingDetails struct {
	// billing details
	IBAN           string  `json:"iban"`
	RefenreceType  string  `json:"reference_type"`
	Referece       string  `json:"reference"`
	AdditionalInfo string  `json:"additional_info"`
	Currency       string  `json:"currency"`
	Amount         float64 `json:"amount"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL