installments

package
v0.0.0-...-1f8cd32 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: BSD-3-Clause, MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetInstallmentRequest

type GetInstallmentRequest struct {
	AmountOfMoney    *definitions.AmountOfMoney `json:"amountOfMoney,omitempty"`
	Bin              *string                    `json:"bin,omitempty"`
	CountryCode      *string                    `json:"countryCode,omitempty"`
	PaymentProductID *int32                     `json:"paymentProductId,omitempty"`
}

GetInstallmentRequest represents class GetInstallmentRequest

func NewGetInstallmentRequest

func NewGetInstallmentRequest() *GetInstallmentRequest

NewGetInstallmentRequest constructs a new GetInstallmentRequest

type InstallmentDisplayHints

type InstallmentDisplayHints struct {
	DisplayOrder *int32  `json:"displayOrder,omitempty"`
	Label        *string `json:"label,omitempty"`
}

InstallmentDisplayHints represents class InstallmentDisplayHints

func NewInstallmentDisplayHints

func NewInstallmentDisplayHints() *InstallmentDisplayHints

NewInstallmentDisplayHints constructs a new InstallmentDisplayHints

type InstallmentOptions

type InstallmentOptions struct {
	DisplayHints     *InstallmentDisplayHints `json:"displayHints,omitempty"`
	ID               *string                  `json:"id,omitempty"`
	InstallmentPlans *[]payment.Installments  `json:"installmentPlans,omitempty"`
}

InstallmentOptions represents class InstallmentOptions

func NewInstallmentOptions

func NewInstallmentOptions() *InstallmentOptions

NewInstallmentOptions constructs a new InstallmentOptions

type InstallmentOptionsResponse

type InstallmentOptionsResponse struct {
	InstallmentOptions *[]InstallmentOptions `json:"installmentOptions,omitempty"`
}

InstallmentOptionsResponse represents class InstallmentOptionsResponse

func NewInstallmentOptionsResponse

func NewInstallmentOptionsResponse() *InstallmentOptionsResponse

NewInstallmentOptionsResponse constructs a new InstallmentOptionsResponse

Jump to

Keyboard shortcuts

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