Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardAssembly ¶
type CardAssembly struct {
// Request Data
structures.VerifyCardData
// contains filtered or unexported fields
}
CardAssembly is default structure for card verification completion operation
func NewVerifyCardAssembly ¶
func NewVerifyCardAssembly() *CardAssembly
NewVerifyCardAssembly returns new instance with prepared HTTP request data CardAssembly
func (*CardAssembly) GetHTTPMethod ¶
func (op *CardAssembly) GetHTTPMethod() string
GetHTTPMethod return HTTP method which will be used for send request
func (*CardAssembly) GetOperationType ¶
func (op *CardAssembly) GetOperationType() structures.OperationType
GetOperationType return part of route path which will be used for send request
type ThreeDEnrollmentAssembly ¶
type ThreeDEnrollmentAssembly struct {
// Request Data
structures.Verify3dEnrollmentData
// contains filtered or unexported fields
}
ThreeDEnrollmentAssembly is default structure for card 3-D secure enrollment verification
func NewVerify3dEnrollmentAssembly ¶
func NewVerify3dEnrollmentAssembly() *ThreeDEnrollmentAssembly
NewVerify3dEnrollmentAssembly returns new instance with prepared HTTP request data ThreeDEnrollmentAssembly
func (*ThreeDEnrollmentAssembly) GetHTTPMethod ¶
func (op *ThreeDEnrollmentAssembly) GetHTTPMethod() string
GetHTTPMethod return HTTP method which will be used for send request
func (*ThreeDEnrollmentAssembly) GetOperationType ¶
func (op *ThreeDEnrollmentAssembly) GetOperationType() structures.OperationType
GetOperationType return part of route path which will be used for send request
func (*ThreeDEnrollmentAssembly) ParseResponse ¶
func (op *ThreeDEnrollmentAssembly) ParseResponse(response *structures.GatewayResponse) (result *structures.EnrollmentResponse, err error)
ParseResponse parses Gateway response into corresponding data structure