client

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BillingProcessMessageRequest added in v1.1.0

type BillingProcessMessageRequest struct {
	Body *LxPopCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (BillingProcessMessageRequest) GoString added in v1.1.0

func (s BillingProcessMessageRequest) GoString() string

func (*BillingProcessMessageRequest) SetBody added in v1.1.0

func (BillingProcessMessageRequest) String added in v1.1.0

type BillingProcessMessageResponse added in v1.1.0

type BillingProcessMessageResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BillingProcessMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BillingProcessMessageResponse) GoString added in v1.1.0

func (*BillingProcessMessageResponse) SetBody added in v1.1.0

func (*BillingProcessMessageResponse) SetHeaders added in v1.1.0

func (*BillingProcessMessageResponse) SetStatusCode added in v1.1.0

func (BillingProcessMessageResponse) String added in v1.1.0

type BillingProcessMessageResponseBody added in v1.1.0

type BillingProcessMessageResponseBody struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Synchro *bool   `json:"Synchro,omitempty" xml:"Synchro,omitempty"`
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (BillingProcessMessageResponseBody) GoString added in v1.1.0

func (*BillingProcessMessageResponseBody) SetCode added in v1.1.0

func (*BillingProcessMessageResponseBody) SetData added in v1.1.0

func (*BillingProcessMessageResponseBody) SetMessage added in v1.1.0

func (*BillingProcessMessageResponseBody) SetRequestId added in v1.1.0

func (*BillingProcessMessageResponseBody) SetSuccess added in v1.1.0

func (*BillingProcessMessageResponseBody) SetSynchro added in v1.1.0

func (BillingProcessMessageResponseBody) String added in v1.1.0

type CheckPayOrderRequest

type CheckPayOrderRequest struct {
	Body *LxPopCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (CheckPayOrderRequest) GoString

func (s CheckPayOrderRequest) GoString() string

func (*CheckPayOrderRequest) SetBody

func (CheckPayOrderRequest) String

func (s CheckPayOrderRequest) String() string

type CheckPayOrderResponse

type CheckPayOrderResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CheckPayOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CheckPayOrderResponse) GoString

func (s CheckPayOrderResponse) GoString() string

func (*CheckPayOrderResponse) SetBody

func (*CheckPayOrderResponse) SetHeaders

func (*CheckPayOrderResponse) SetStatusCode

func (s *CheckPayOrderResponse) SetStatusCode(v int32) *CheckPayOrderResponse

func (CheckPayOrderResponse) String

func (s CheckPayOrderResponse) String() string

type CheckPayOrderResponseBody

type CheckPayOrderResponseBody struct {
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
	Synchro   *bool   `json:"synchro,omitempty" xml:"synchro,omitempty"`
}

func (CheckPayOrderResponseBody) GoString

func (s CheckPayOrderResponseBody) GoString() string

func (*CheckPayOrderResponseBody) SetCode

func (*CheckPayOrderResponseBody) SetData

func (*CheckPayOrderResponseBody) SetMessage

func (*CheckPayOrderResponseBody) SetRequestId

func (*CheckPayOrderResponseBody) SetSuccess

func (*CheckPayOrderResponseBody) SetSynchro

func (CheckPayOrderResponseBody) String

func (s CheckPayOrderResponseBody) String() string

type CheckRefundRequest

type CheckRefundRequest struct {
	Body *LxPopCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (CheckRefundRequest) GoString

func (s CheckRefundRequest) GoString() string

func (*CheckRefundRequest) SetBody

func (CheckRefundRequest) String

func (s CheckRefundRequest) String() string

type CheckRefundResponse

type CheckRefundResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CheckRefundResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CheckRefundResponse) GoString

func (s CheckRefundResponse) GoString() string

func (*CheckRefundResponse) SetBody

func (*CheckRefundResponse) SetHeaders

func (s *CheckRefundResponse) SetHeaders(v map[string]*string) *CheckRefundResponse

func (*CheckRefundResponse) SetStatusCode

func (s *CheckRefundResponse) SetStatusCode(v int32) *CheckRefundResponse

func (CheckRefundResponse) String

func (s CheckRefundResponse) String() string

type CheckRefundResponseBody

type CheckRefundResponseBody struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Synchro *bool   `json:"Synchro,omitempty" xml:"Synchro,omitempty"`
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CheckRefundResponseBody) GoString

func (s CheckRefundResponseBody) GoString() string

func (*CheckRefundResponseBody) SetCode

func (*CheckRefundResponseBody) SetData

func (*CheckRefundResponseBody) SetMessage

func (*CheckRefundResponseBody) SetRequestId

func (*CheckRefundResponseBody) SetSuccess

func (*CheckRefundResponseBody) SetSynchro

func (CheckRefundResponseBody) String

func (s CheckRefundResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) BillingProcessMessage added in v1.1.0

func (client *Client) BillingProcessMessage(request *BillingProcessMessageRequest) (_result *BillingProcessMessageResponse, _err error)

func (*Client) BillingProcessMessageWithOptions added in v1.1.0

func (client *Client) BillingProcessMessageWithOptions(request *BillingProcessMessageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BillingProcessMessageResponse, _err error)

func (*Client) CheckPayOrder

func (client *Client) CheckPayOrder(request *CheckPayOrderRequest) (_result *CheckPayOrderResponse, _err error)

func (*Client) CheckPayOrderWithOptions

func (client *Client) CheckPayOrderWithOptions(request *CheckPayOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckPayOrderResponse, _err error)

func (*Client) CheckRefund

func (client *Client) CheckRefund(request *CheckRefundRequest) (_result *CheckRefundResponse, _err error)

func (*Client) CheckRefundWithOptions

func (client *Client) CheckRefundWithOptions(request *CheckRefundRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckRefundResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) PayOrder

func (client *Client) PayOrder(request *PayOrderRequest) (_result *PayOrderResponse, _err error)

func (*Client) PayOrderWithOptions

func (client *Client) PayOrderWithOptions(request *PayOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PayOrderResponse, _err error)

func (*Client) PrepaidCease

func (client *Client) PrepaidCease(request *PrepaidCeaseRequest) (_result *PrepaidCeaseResponse, _err error)

func (*Client) PrepaidCeaseWithOptions

func (client *Client) PrepaidCeaseWithOptions(request *PrepaidCeaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PrepaidCeaseResponse, _err error)

func (*Client) Refund

func (client *Client) Refund(request *RefundRequest) (_result *RefundResponse, _err error)

func (*Client) RefundWithOptions

func (client *Client) RefundWithOptions(request *RefundRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RefundResponse, _err error)

type LxPopCmd

type LxPopCmd struct {
	Data *string `json:"data,omitempty" xml:"data,omitempty"`
}

func (LxPopCmd) GoString

func (s LxPopCmd) GoString() string

func (*LxPopCmd) SetData

func (s *LxPopCmd) SetData(v string) *LxPopCmd

func (LxPopCmd) String

func (s LxPopCmd) String() string

type PayOrderRequest

type PayOrderRequest struct {
	Body *LxPopCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (PayOrderRequest) GoString

func (s PayOrderRequest) GoString() string

func (*PayOrderRequest) SetBody

func (s *PayOrderRequest) SetBody(v *LxPopCmd) *PayOrderRequest

func (PayOrderRequest) String

func (s PayOrderRequest) String() string

type PayOrderResponse

type PayOrderResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PayOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PayOrderResponse) GoString

func (s PayOrderResponse) GoString() string

func (*PayOrderResponse) SetBody

func (*PayOrderResponse) SetHeaders

func (s *PayOrderResponse) SetHeaders(v map[string]*string) *PayOrderResponse

func (*PayOrderResponse) SetStatusCode

func (s *PayOrderResponse) SetStatusCode(v int32) *PayOrderResponse

func (PayOrderResponse) String

func (s PayOrderResponse) String() string

type PayOrderResponseBody

type PayOrderResponseBody struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Synchro *bool   `json:"Synchro,omitempty" xml:"Synchro,omitempty"`
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (PayOrderResponseBody) GoString

func (s PayOrderResponseBody) GoString() string

func (*PayOrderResponseBody) SetCode

func (*PayOrderResponseBody) SetData

func (*PayOrderResponseBody) SetMessage

func (*PayOrderResponseBody) SetRequestId

func (s *PayOrderResponseBody) SetRequestId(v string) *PayOrderResponseBody

func (*PayOrderResponseBody) SetSuccess

func (*PayOrderResponseBody) SetSynchro

func (PayOrderResponseBody) String

func (s PayOrderResponseBody) String() string

type PrepaidCeaseRequest

type PrepaidCeaseRequest struct {
	Body *LxPopCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (PrepaidCeaseRequest) GoString

func (s PrepaidCeaseRequest) GoString() string

func (*PrepaidCeaseRequest) SetBody

func (PrepaidCeaseRequest) String

func (s PrepaidCeaseRequest) String() string

type PrepaidCeaseResponse

type PrepaidCeaseResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PrepaidCeaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PrepaidCeaseResponse) GoString

func (s PrepaidCeaseResponse) GoString() string

func (*PrepaidCeaseResponse) SetBody

func (*PrepaidCeaseResponse) SetHeaders

func (s *PrepaidCeaseResponse) SetHeaders(v map[string]*string) *PrepaidCeaseResponse

func (*PrepaidCeaseResponse) SetStatusCode

func (s *PrepaidCeaseResponse) SetStatusCode(v int32) *PrepaidCeaseResponse

func (PrepaidCeaseResponse) String

func (s PrepaidCeaseResponse) String() string

type PrepaidCeaseResponseBody

type PrepaidCeaseResponseBody struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Synchro *bool   `json:"Synchro,omitempty" xml:"Synchro,omitempty"`
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (PrepaidCeaseResponseBody) GoString

func (s PrepaidCeaseResponseBody) GoString() string

func (*PrepaidCeaseResponseBody) SetCode

func (*PrepaidCeaseResponseBody) SetData

func (*PrepaidCeaseResponseBody) SetMessage

func (*PrepaidCeaseResponseBody) SetRequestId

func (*PrepaidCeaseResponseBody) SetSuccess

func (*PrepaidCeaseResponseBody) SetSynchro

func (PrepaidCeaseResponseBody) String

func (s PrepaidCeaseResponseBody) String() string

type RefundRequest

type RefundRequest struct {
	Body *LxPopCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (RefundRequest) GoString

func (s RefundRequest) GoString() string

func (*RefundRequest) SetBody

func (s *RefundRequest) SetBody(v *LxPopCmd) *RefundRequest

func (RefundRequest) String

func (s RefundRequest) String() string

type RefundResponse

type RefundResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RefundResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RefundResponse) GoString

func (s RefundResponse) GoString() string

func (*RefundResponse) SetBody

func (*RefundResponse) SetHeaders

func (s *RefundResponse) SetHeaders(v map[string]*string) *RefundResponse

func (*RefundResponse) SetStatusCode

func (s *RefundResponse) SetStatusCode(v int32) *RefundResponse

func (RefundResponse) String

func (s RefundResponse) String() string

type RefundResponseBody

type RefundResponseBody struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Synchro *bool   `json:"Synchro,omitempty" xml:"Synchro,omitempty"`
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (RefundResponseBody) GoString

func (s RefundResponseBody) GoString() string

func (*RefundResponseBody) SetCode

func (*RefundResponseBody) SetData

func (*RefundResponseBody) SetMessage

func (s *RefundResponseBody) SetMessage(v string) *RefundResponseBody

func (*RefundResponseBody) SetRequestId

func (s *RefundResponseBody) SetRequestId(v string) *RefundResponseBody

func (*RefundResponseBody) SetSuccess

func (s *RefundResponseBody) SetSuccess(v bool) *RefundResponseBody

func (*RefundResponseBody) SetSynchro

func (s *RefundResponseBody) SetSynchro(v bool) *RefundResponseBody

func (RefundResponseBody) String

func (s RefundResponseBody) String() string

Jump to

Keyboard shortcuts

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