recurring

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2025 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Customer

type Customer struct {
	*RecurringEntity
	Title             string
	FirstName         string
	MiddleName        string
	LastName          string
	Company           string
	CustomerPassword  string
	DateOfBirth       string
	DomainName        string
	DeviceFingerPrint string
	Address           base.Address
	HomePhone         string
	WorkPhone         string
	Fax               string
	MobilePhone       string
	Email             string
	Note              string
	Comments          string
	Department        string
	Status            string
	Phone             base.PhoneNumber
}

func NewCustomer

func NewCustomer() *Customer

func NewCustomerWithID

func NewCustomerWithID(id string) *Customer

type RecurringEntity

type RecurringEntity struct {
	ID              string
	Key             string
	ResponseCode    string
	ResponseMessage string
}

func (*RecurringEntity) Create

func (*RecurringEntity) CreateWithConfig

func (r *RecurringEntity) CreateWithConfig(configName string) (abstractions.IRecurringEntity, error)

func (*RecurringEntity) GetID

func (r *RecurringEntity) GetID() string

func (*RecurringEntity) GetKey

func (r *RecurringEntity) GetKey() string

func (*RecurringEntity) SetID

func (r *RecurringEntity) SetID(value string)

func (*RecurringEntity) SetKey

func (r *RecurringEntity) SetKey(value string)

Jump to

Keyboard shortcuts

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