payment

package
v0.0.0-...-978cf5a Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KitexUnusedProtection = struct{}{}

KitexUnusedProtection is used to prevent 'imported and not used' error.

Functions

This section is empty.

Types

type CloseOrderReq

type CloseOrderReq struct {
	OutOrderNo string `thrift:"out_order_no,1" json:"out_order_no"`
}
var PaymentSvcCloseOrderArgs_Req_DEFAULT *CloseOrderReq

func NewCloseOrderReq

func NewCloseOrderReq() *CloseOrderReq

func (*CloseOrderReq) BLength

func (p *CloseOrderReq) BLength() int

func (*CloseOrderReq) DeepEqual

func (p *CloseOrderReq) DeepEqual(ano *CloseOrderReq) bool

func (*CloseOrderReq) FastRead

func (p *CloseOrderReq) FastRead(buf []byte) (int, error)

func (*CloseOrderReq) FastReadField1

func (p *CloseOrderReq) FastReadField1(buf []byte) (int, error)

func (*CloseOrderReq) FastWrite

func (p *CloseOrderReq) FastWrite(buf []byte) int

for compatibility

func (*CloseOrderReq) FastWriteNocopy

func (p *CloseOrderReq) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CloseOrderReq) Field1DeepEqual

func (p *CloseOrderReq) Field1DeepEqual(src string) bool

func (*CloseOrderReq) GetOutOrderNo

func (p *CloseOrderReq) GetOutOrderNo() (v string)

func (*CloseOrderReq) Read

func (p *CloseOrderReq) Read(iprot thrift.TProtocol) (err error)

func (*CloseOrderReq) ReadField1

func (p *CloseOrderReq) ReadField1(iprot thrift.TProtocol) error

func (*CloseOrderReq) SetOutOrderNo

func (p *CloseOrderReq) SetOutOrderNo(val string)

func (*CloseOrderReq) String

func (p *CloseOrderReq) String() string

func (*CloseOrderReq) Write

func (p *CloseOrderReq) Write(oprot thrift.TProtocol) (err error)

type CloseOrderResp

type CloseOrderResp struct {
}
var PaymentSvcCloseOrderResult_Success_DEFAULT *CloseOrderResp

func NewCloseOrderResp

func NewCloseOrderResp() *CloseOrderResp

func (*CloseOrderResp) BLength

func (p *CloseOrderResp) BLength() int

func (*CloseOrderResp) DeepEqual

func (p *CloseOrderResp) DeepEqual(ano *CloseOrderResp) bool

func (*CloseOrderResp) FastRead

func (p *CloseOrderResp) FastRead(buf []byte) (int, error)

func (*CloseOrderResp) FastWrite

func (p *CloseOrderResp) FastWrite(buf []byte) int

for compatibility

func (*CloseOrderResp) FastWriteNocopy

func (p *CloseOrderResp) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CloseOrderResp) Read

func (p *CloseOrderResp) Read(iprot thrift.TProtocol) (err error)

func (*CloseOrderResp) String

func (p *CloseOrderResp) String() string

func (*CloseOrderResp) Write

func (p *CloseOrderResp) Write(oprot thrift.TProtocol) (err error)

type PaymentSvc

type PaymentSvc interface {
	UnifyPay(ctx context.Context, req *UnifyPayReq) (r *UnifyPayResp, err error)

	QRPay(ctx context.Context, req *QRPayReq) (r *QRPayResp, err error)

	QueryOrder(ctx context.Context, req *QueryOrderReq) (r *QueryOrderResp, err error)

	CloseOrder(ctx context.Context, req *CloseOrderReq) (r *CloseOrderResp, err error)
}

type PaymentSvcClient

type PaymentSvcClient struct {
	// contains filtered or unexported fields
}

func NewPaymentSvcClient

func NewPaymentSvcClient(c thrift.TClient) *PaymentSvcClient

func NewPaymentSvcClientProtocol

func NewPaymentSvcClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *PaymentSvcClient

func (*PaymentSvcClient) Client_

func (p *PaymentSvcClient) Client_() thrift.TClient

func (*PaymentSvcClient) CloseOrder

func (p *PaymentSvcClient) CloseOrder(ctx context.Context, req *CloseOrderReq) (r *CloseOrderResp, err error)

func (*PaymentSvcClient) QRPay

func (p *PaymentSvcClient) QRPay(ctx context.Context, req *QRPayReq) (r *QRPayResp, err error)

func (*PaymentSvcClient) QueryOrder

func (p *PaymentSvcClient) QueryOrder(ctx context.Context, req *QueryOrderReq) (r *QueryOrderResp, err error)

func (*PaymentSvcClient) UnifyPay

func (p *PaymentSvcClient) UnifyPay(ctx context.Context, req *UnifyPayReq) (r *UnifyPayResp, err error)

type PaymentSvcCloseOrderArgs

type PaymentSvcCloseOrderArgs struct {
	Req *CloseOrderReq `thrift:"req,1" json:"req"`
}

func NewPaymentSvcCloseOrderArgs

func NewPaymentSvcCloseOrderArgs() *PaymentSvcCloseOrderArgs

func (*PaymentSvcCloseOrderArgs) BLength

func (p *PaymentSvcCloseOrderArgs) BLength() int

func (*PaymentSvcCloseOrderArgs) DeepEqual

func (*PaymentSvcCloseOrderArgs) FastRead

func (p *PaymentSvcCloseOrderArgs) FastRead(buf []byte) (int, error)

func (*PaymentSvcCloseOrderArgs) FastReadField1

func (p *PaymentSvcCloseOrderArgs) FastReadField1(buf []byte) (int, error)

func (*PaymentSvcCloseOrderArgs) FastWrite

func (p *PaymentSvcCloseOrderArgs) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcCloseOrderArgs) FastWriteNocopy

func (p *PaymentSvcCloseOrderArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcCloseOrderArgs) Field1DeepEqual

func (p *PaymentSvcCloseOrderArgs) Field1DeepEqual(src *CloseOrderReq) bool

func (*PaymentSvcCloseOrderArgs) GetFirstArgument

func (p *PaymentSvcCloseOrderArgs) GetFirstArgument() interface{}

func (*PaymentSvcCloseOrderArgs) GetReq

func (p *PaymentSvcCloseOrderArgs) GetReq() (v *CloseOrderReq)

func (*PaymentSvcCloseOrderArgs) IsSetReq

func (p *PaymentSvcCloseOrderArgs) IsSetReq() bool

func (*PaymentSvcCloseOrderArgs) Read

func (p *PaymentSvcCloseOrderArgs) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcCloseOrderArgs) ReadField1

func (p *PaymentSvcCloseOrderArgs) ReadField1(iprot thrift.TProtocol) error

func (*PaymentSvcCloseOrderArgs) SetReq

func (p *PaymentSvcCloseOrderArgs) SetReq(val *CloseOrderReq)

func (*PaymentSvcCloseOrderArgs) String

func (p *PaymentSvcCloseOrderArgs) String() string

func (*PaymentSvcCloseOrderArgs) Write

func (p *PaymentSvcCloseOrderArgs) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcCloseOrderResult

type PaymentSvcCloseOrderResult struct {
	Success *CloseOrderResp `thrift:"success,0" json:"success,omitempty"`
}

func NewPaymentSvcCloseOrderResult

func NewPaymentSvcCloseOrderResult() *PaymentSvcCloseOrderResult

func (*PaymentSvcCloseOrderResult) BLength

func (p *PaymentSvcCloseOrderResult) BLength() int

func (*PaymentSvcCloseOrderResult) DeepEqual

func (*PaymentSvcCloseOrderResult) FastRead

func (p *PaymentSvcCloseOrderResult) FastRead(buf []byte) (int, error)

func (*PaymentSvcCloseOrderResult) FastReadField0

func (p *PaymentSvcCloseOrderResult) FastReadField0(buf []byte) (int, error)

func (*PaymentSvcCloseOrderResult) FastWrite

func (p *PaymentSvcCloseOrderResult) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcCloseOrderResult) FastWriteNocopy

func (p *PaymentSvcCloseOrderResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcCloseOrderResult) Field0DeepEqual

func (p *PaymentSvcCloseOrderResult) Field0DeepEqual(src *CloseOrderResp) bool

func (*PaymentSvcCloseOrderResult) GetResult

func (p *PaymentSvcCloseOrderResult) GetResult() interface{}

func (*PaymentSvcCloseOrderResult) GetSuccess

func (p *PaymentSvcCloseOrderResult) GetSuccess() (v *CloseOrderResp)

func (*PaymentSvcCloseOrderResult) IsSetSuccess

func (p *PaymentSvcCloseOrderResult) IsSetSuccess() bool

func (*PaymentSvcCloseOrderResult) Read

func (p *PaymentSvcCloseOrderResult) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcCloseOrderResult) ReadField0

func (p *PaymentSvcCloseOrderResult) ReadField0(iprot thrift.TProtocol) error

func (*PaymentSvcCloseOrderResult) SetSuccess

func (p *PaymentSvcCloseOrderResult) SetSuccess(x interface{})

func (*PaymentSvcCloseOrderResult) String

func (p *PaymentSvcCloseOrderResult) String() string

func (*PaymentSvcCloseOrderResult) Write

func (p *PaymentSvcCloseOrderResult) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcProcessor

type PaymentSvcProcessor struct {
	// contains filtered or unexported fields
}

func NewPaymentSvcProcessor

func NewPaymentSvcProcessor(handler PaymentSvc) *PaymentSvcProcessor

func (*PaymentSvcProcessor) AddToProcessorMap

func (p *PaymentSvcProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*PaymentSvcProcessor) GetProcessorFunction

func (p *PaymentSvcProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*PaymentSvcProcessor) Process

func (p *PaymentSvcProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*PaymentSvcProcessor) ProcessorMap

func (p *PaymentSvcProcessor) ProcessorMap() map[string]thrift.TProcessorFunction

type PaymentSvcQRPayArgs

type PaymentSvcQRPayArgs struct {
	Req *QRPayReq `thrift:"req,1" json:"req"`
}

func NewPaymentSvcQRPayArgs

func NewPaymentSvcQRPayArgs() *PaymentSvcQRPayArgs

func (*PaymentSvcQRPayArgs) BLength

func (p *PaymentSvcQRPayArgs) BLength() int

func (*PaymentSvcQRPayArgs) DeepEqual

func (p *PaymentSvcQRPayArgs) DeepEqual(ano *PaymentSvcQRPayArgs) bool

func (*PaymentSvcQRPayArgs) FastRead

func (p *PaymentSvcQRPayArgs) FastRead(buf []byte) (int, error)

func (*PaymentSvcQRPayArgs) FastReadField1

func (p *PaymentSvcQRPayArgs) FastReadField1(buf []byte) (int, error)

func (*PaymentSvcQRPayArgs) FastWrite

func (p *PaymentSvcQRPayArgs) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcQRPayArgs) FastWriteNocopy

func (p *PaymentSvcQRPayArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcQRPayArgs) Field1DeepEqual

func (p *PaymentSvcQRPayArgs) Field1DeepEqual(src *QRPayReq) bool

func (*PaymentSvcQRPayArgs) GetFirstArgument

func (p *PaymentSvcQRPayArgs) GetFirstArgument() interface{}

func (*PaymentSvcQRPayArgs) GetReq

func (p *PaymentSvcQRPayArgs) GetReq() (v *QRPayReq)

func (*PaymentSvcQRPayArgs) IsSetReq

func (p *PaymentSvcQRPayArgs) IsSetReq() bool

func (*PaymentSvcQRPayArgs) Read

func (p *PaymentSvcQRPayArgs) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcQRPayArgs) ReadField1

func (p *PaymentSvcQRPayArgs) ReadField1(iprot thrift.TProtocol) error

func (*PaymentSvcQRPayArgs) SetReq

func (p *PaymentSvcQRPayArgs) SetReq(val *QRPayReq)

func (*PaymentSvcQRPayArgs) String

func (p *PaymentSvcQRPayArgs) String() string

func (*PaymentSvcQRPayArgs) Write

func (p *PaymentSvcQRPayArgs) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcQRPayResult

type PaymentSvcQRPayResult struct {
	Success *QRPayResp `thrift:"success,0" json:"success,omitempty"`
}

func NewPaymentSvcQRPayResult

func NewPaymentSvcQRPayResult() *PaymentSvcQRPayResult

func (*PaymentSvcQRPayResult) BLength

func (p *PaymentSvcQRPayResult) BLength() int

func (*PaymentSvcQRPayResult) DeepEqual

func (*PaymentSvcQRPayResult) FastRead

func (p *PaymentSvcQRPayResult) FastRead(buf []byte) (int, error)

func (*PaymentSvcQRPayResult) FastReadField0

func (p *PaymentSvcQRPayResult) FastReadField0(buf []byte) (int, error)

func (*PaymentSvcQRPayResult) FastWrite

func (p *PaymentSvcQRPayResult) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcQRPayResult) FastWriteNocopy

func (p *PaymentSvcQRPayResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcQRPayResult) Field0DeepEqual

func (p *PaymentSvcQRPayResult) Field0DeepEqual(src *QRPayResp) bool

func (*PaymentSvcQRPayResult) GetResult

func (p *PaymentSvcQRPayResult) GetResult() interface{}

func (*PaymentSvcQRPayResult) GetSuccess

func (p *PaymentSvcQRPayResult) GetSuccess() (v *QRPayResp)

func (*PaymentSvcQRPayResult) IsSetSuccess

func (p *PaymentSvcQRPayResult) IsSetSuccess() bool

func (*PaymentSvcQRPayResult) Read

func (p *PaymentSvcQRPayResult) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcQRPayResult) ReadField0

func (p *PaymentSvcQRPayResult) ReadField0(iprot thrift.TProtocol) error

func (*PaymentSvcQRPayResult) SetSuccess

func (p *PaymentSvcQRPayResult) SetSuccess(x interface{})

func (*PaymentSvcQRPayResult) String

func (p *PaymentSvcQRPayResult) String() string

func (*PaymentSvcQRPayResult) Write

func (p *PaymentSvcQRPayResult) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcQueryOrderArgs

type PaymentSvcQueryOrderArgs struct {
	Req *QueryOrderReq `thrift:"req,1" json:"req"`
}

func NewPaymentSvcQueryOrderArgs

func NewPaymentSvcQueryOrderArgs() *PaymentSvcQueryOrderArgs

func (*PaymentSvcQueryOrderArgs) BLength

func (p *PaymentSvcQueryOrderArgs) BLength() int

func (*PaymentSvcQueryOrderArgs) DeepEqual

func (*PaymentSvcQueryOrderArgs) FastRead

func (p *PaymentSvcQueryOrderArgs) FastRead(buf []byte) (int, error)

func (*PaymentSvcQueryOrderArgs) FastReadField1

func (p *PaymentSvcQueryOrderArgs) FastReadField1(buf []byte) (int, error)

func (*PaymentSvcQueryOrderArgs) FastWrite

func (p *PaymentSvcQueryOrderArgs) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcQueryOrderArgs) FastWriteNocopy

func (p *PaymentSvcQueryOrderArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcQueryOrderArgs) Field1DeepEqual

func (p *PaymentSvcQueryOrderArgs) Field1DeepEqual(src *QueryOrderReq) bool

func (*PaymentSvcQueryOrderArgs) GetFirstArgument

func (p *PaymentSvcQueryOrderArgs) GetFirstArgument() interface{}

func (*PaymentSvcQueryOrderArgs) GetReq

func (p *PaymentSvcQueryOrderArgs) GetReq() (v *QueryOrderReq)

func (*PaymentSvcQueryOrderArgs) IsSetReq

func (p *PaymentSvcQueryOrderArgs) IsSetReq() bool

func (*PaymentSvcQueryOrderArgs) Read

func (p *PaymentSvcQueryOrderArgs) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcQueryOrderArgs) ReadField1

func (p *PaymentSvcQueryOrderArgs) ReadField1(iprot thrift.TProtocol) error

func (*PaymentSvcQueryOrderArgs) SetReq

func (p *PaymentSvcQueryOrderArgs) SetReq(val *QueryOrderReq)

func (*PaymentSvcQueryOrderArgs) String

func (p *PaymentSvcQueryOrderArgs) String() string

func (*PaymentSvcQueryOrderArgs) Write

func (p *PaymentSvcQueryOrderArgs) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcQueryOrderResult

type PaymentSvcQueryOrderResult struct {
	Success *QueryOrderResp `thrift:"success,0" json:"success,omitempty"`
}

func NewPaymentSvcQueryOrderResult

func NewPaymentSvcQueryOrderResult() *PaymentSvcQueryOrderResult

func (*PaymentSvcQueryOrderResult) BLength

func (p *PaymentSvcQueryOrderResult) BLength() int

func (*PaymentSvcQueryOrderResult) DeepEqual

func (*PaymentSvcQueryOrderResult) FastRead

func (p *PaymentSvcQueryOrderResult) FastRead(buf []byte) (int, error)

func (*PaymentSvcQueryOrderResult) FastReadField0

func (p *PaymentSvcQueryOrderResult) FastReadField0(buf []byte) (int, error)

func (*PaymentSvcQueryOrderResult) FastWrite

func (p *PaymentSvcQueryOrderResult) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcQueryOrderResult) FastWriteNocopy

func (p *PaymentSvcQueryOrderResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcQueryOrderResult) Field0DeepEqual

func (p *PaymentSvcQueryOrderResult) Field0DeepEqual(src *QueryOrderResp) bool

func (*PaymentSvcQueryOrderResult) GetResult

func (p *PaymentSvcQueryOrderResult) GetResult() interface{}

func (*PaymentSvcQueryOrderResult) GetSuccess

func (p *PaymentSvcQueryOrderResult) GetSuccess() (v *QueryOrderResp)

func (*PaymentSvcQueryOrderResult) IsSetSuccess

func (p *PaymentSvcQueryOrderResult) IsSetSuccess() bool

func (*PaymentSvcQueryOrderResult) Read

func (p *PaymentSvcQueryOrderResult) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcQueryOrderResult) ReadField0

func (p *PaymentSvcQueryOrderResult) ReadField0(iprot thrift.TProtocol) error

func (*PaymentSvcQueryOrderResult) SetSuccess

func (p *PaymentSvcQueryOrderResult) SetSuccess(x interface{})

func (*PaymentSvcQueryOrderResult) String

func (p *PaymentSvcQueryOrderResult) String() string

func (*PaymentSvcQueryOrderResult) Write

func (p *PaymentSvcQueryOrderResult) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcUnifyPayArgs

type PaymentSvcUnifyPayArgs struct {
	Req *UnifyPayReq `thrift:"req,1" json:"req"`
}

func NewPaymentSvcUnifyPayArgs

func NewPaymentSvcUnifyPayArgs() *PaymentSvcUnifyPayArgs

func (*PaymentSvcUnifyPayArgs) BLength

func (p *PaymentSvcUnifyPayArgs) BLength() int

func (*PaymentSvcUnifyPayArgs) DeepEqual

func (*PaymentSvcUnifyPayArgs) FastRead

func (p *PaymentSvcUnifyPayArgs) FastRead(buf []byte) (int, error)

func (*PaymentSvcUnifyPayArgs) FastReadField1

func (p *PaymentSvcUnifyPayArgs) FastReadField1(buf []byte) (int, error)

func (*PaymentSvcUnifyPayArgs) FastWrite

func (p *PaymentSvcUnifyPayArgs) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcUnifyPayArgs) FastWriteNocopy

func (p *PaymentSvcUnifyPayArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcUnifyPayArgs) Field1DeepEqual

func (p *PaymentSvcUnifyPayArgs) Field1DeepEqual(src *UnifyPayReq) bool

func (*PaymentSvcUnifyPayArgs) GetFirstArgument

func (p *PaymentSvcUnifyPayArgs) GetFirstArgument() interface{}

func (*PaymentSvcUnifyPayArgs) GetReq

func (p *PaymentSvcUnifyPayArgs) GetReq() (v *UnifyPayReq)

func (*PaymentSvcUnifyPayArgs) IsSetReq

func (p *PaymentSvcUnifyPayArgs) IsSetReq() bool

func (*PaymentSvcUnifyPayArgs) Read

func (p *PaymentSvcUnifyPayArgs) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcUnifyPayArgs) ReadField1

func (p *PaymentSvcUnifyPayArgs) ReadField1(iprot thrift.TProtocol) error

func (*PaymentSvcUnifyPayArgs) SetReq

func (p *PaymentSvcUnifyPayArgs) SetReq(val *UnifyPayReq)

func (*PaymentSvcUnifyPayArgs) String

func (p *PaymentSvcUnifyPayArgs) String() string

func (*PaymentSvcUnifyPayArgs) Write

func (p *PaymentSvcUnifyPayArgs) Write(oprot thrift.TProtocol) (err error)

type PaymentSvcUnifyPayResult

type PaymentSvcUnifyPayResult struct {
	Success *UnifyPayResp `thrift:"success,0" json:"success,omitempty"`
}

func NewPaymentSvcUnifyPayResult

func NewPaymentSvcUnifyPayResult() *PaymentSvcUnifyPayResult

func (*PaymentSvcUnifyPayResult) BLength

func (p *PaymentSvcUnifyPayResult) BLength() int

func (*PaymentSvcUnifyPayResult) DeepEqual

func (*PaymentSvcUnifyPayResult) FastRead

func (p *PaymentSvcUnifyPayResult) FastRead(buf []byte) (int, error)

func (*PaymentSvcUnifyPayResult) FastReadField0

func (p *PaymentSvcUnifyPayResult) FastReadField0(buf []byte) (int, error)

func (*PaymentSvcUnifyPayResult) FastWrite

func (p *PaymentSvcUnifyPayResult) FastWrite(buf []byte) int

for compatibility

func (*PaymentSvcUnifyPayResult) FastWriteNocopy

func (p *PaymentSvcUnifyPayResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*PaymentSvcUnifyPayResult) Field0DeepEqual

func (p *PaymentSvcUnifyPayResult) Field0DeepEqual(src *UnifyPayResp) bool

func (*PaymentSvcUnifyPayResult) GetResult

func (p *PaymentSvcUnifyPayResult) GetResult() interface{}

func (*PaymentSvcUnifyPayResult) GetSuccess

func (p *PaymentSvcUnifyPayResult) GetSuccess() (v *UnifyPayResp)

func (*PaymentSvcUnifyPayResult) IsSetSuccess

func (p *PaymentSvcUnifyPayResult) IsSetSuccess() bool

func (*PaymentSvcUnifyPayResult) Read

func (p *PaymentSvcUnifyPayResult) Read(iprot thrift.TProtocol) (err error)

func (*PaymentSvcUnifyPayResult) ReadField0

func (p *PaymentSvcUnifyPayResult) ReadField0(iprot thrift.TProtocol) error

func (*PaymentSvcUnifyPayResult) SetSuccess

func (p *PaymentSvcUnifyPayResult) SetSuccess(x interface{})

func (*PaymentSvcUnifyPayResult) String

func (p *PaymentSvcUnifyPayResult) String() string

func (*PaymentSvcUnifyPayResult) Write

func (p *PaymentSvcUnifyPayResult) Write(oprot thrift.TProtocol) (err error)

type QRPayReq

type QRPayReq struct {
	OutOrderNo  string `thrift:"out_order_no,1" json:"out_order_no"`
	TotalAmount int64  `thrift:"total_amount,2" json:"total_amount"`
	Subject     string `thrift:"subject,3" json:"subject"`
	MerchantId  string `thrift:"merchant_id,4" json:"merchant_id"`
	AuthCode    string `thrift:"auth_code,5" json:"auth_code"`
	NotifyUrl   string `thrift:"notify_url,6" json:"notify_url"`
	ClientIp    string `thrift:"client_ip,7" json:"client_ip"`
}
var PaymentSvcQRPayArgs_Req_DEFAULT *QRPayReq

func NewQRPayReq

func NewQRPayReq() *QRPayReq

func (*QRPayReq) BLength

func (p *QRPayReq) BLength() int

func (*QRPayReq) DeepEqual

func (p *QRPayReq) DeepEqual(ano *QRPayReq) bool

func (*QRPayReq) FastRead

func (p *QRPayReq) FastRead(buf []byte) (int, error)

func (*QRPayReq) FastReadField1

func (p *QRPayReq) FastReadField1(buf []byte) (int, error)

func (*QRPayReq) FastReadField2

func (p *QRPayReq) FastReadField2(buf []byte) (int, error)

func (*QRPayReq) FastReadField3

func (p *QRPayReq) FastReadField3(buf []byte) (int, error)

func (*QRPayReq) FastReadField4

func (p *QRPayReq) FastReadField4(buf []byte) (int, error)

func (*QRPayReq) FastReadField5

func (p *QRPayReq) FastReadField5(buf []byte) (int, error)

func (*QRPayReq) FastReadField6

func (p *QRPayReq) FastReadField6(buf []byte) (int, error)

func (*QRPayReq) FastReadField7

func (p *QRPayReq) FastReadField7(buf []byte) (int, error)

func (*QRPayReq) FastWrite

func (p *QRPayReq) FastWrite(buf []byte) int

for compatibility

func (*QRPayReq) FastWriteNocopy

func (p *QRPayReq) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*QRPayReq) Field1DeepEqual

func (p *QRPayReq) Field1DeepEqual(src string) bool

func (*QRPayReq) Field2DeepEqual

func (p *QRPayReq) Field2DeepEqual(src int64) bool

func (*QRPayReq) Field3DeepEqual

func (p *QRPayReq) Field3DeepEqual(src string) bool

func (*QRPayReq) Field4DeepEqual

func (p *QRPayReq) Field4DeepEqual(src string) bool

func (*QRPayReq) Field5DeepEqual

func (p *QRPayReq) Field5DeepEqual(src string) bool

func (*QRPayReq) Field6DeepEqual

func (p *QRPayReq) Field6DeepEqual(src string) bool

func (*QRPayReq) Field7DeepEqual

func (p *QRPayReq) Field7DeepEqual(src string) bool

func (*QRPayReq) GetAuthCode

func (p *QRPayReq) GetAuthCode() (v string)

func (*QRPayReq) GetClientIp

func (p *QRPayReq) GetClientIp() (v string)

func (*QRPayReq) GetMerchantId

func (p *QRPayReq) GetMerchantId() (v string)

func (*QRPayReq) GetNotifyUrl

func (p *QRPayReq) GetNotifyUrl() (v string)

func (*QRPayReq) GetOutOrderNo

func (p *QRPayReq) GetOutOrderNo() (v string)

func (*QRPayReq) GetSubject

func (p *QRPayReq) GetSubject() (v string)

func (*QRPayReq) GetTotalAmount

func (p *QRPayReq) GetTotalAmount() (v int64)

func (*QRPayReq) Read

func (p *QRPayReq) Read(iprot thrift.TProtocol) (err error)

func (*QRPayReq) ReadField1

func (p *QRPayReq) ReadField1(iprot thrift.TProtocol) error

func (*QRPayReq) ReadField2

func (p *QRPayReq) ReadField2(iprot thrift.TProtocol) error

func (*QRPayReq) ReadField3

func (p *QRPayReq) ReadField3(iprot thrift.TProtocol) error

func (*QRPayReq) ReadField4

func (p *QRPayReq) ReadField4(iprot thrift.TProtocol) error

func (*QRPayReq) ReadField5

func (p *QRPayReq) ReadField5(iprot thrift.TProtocol) error

func (*QRPayReq) ReadField6

func (p *QRPayReq) ReadField6(iprot thrift.TProtocol) error

func (*QRPayReq) ReadField7

func (p *QRPayReq) ReadField7(iprot thrift.TProtocol) error

func (*QRPayReq) SetAuthCode

func (p *QRPayReq) SetAuthCode(val string)

func (*QRPayReq) SetClientIp

func (p *QRPayReq) SetClientIp(val string)

func (*QRPayReq) SetMerchantId

func (p *QRPayReq) SetMerchantId(val string)

func (*QRPayReq) SetNotifyUrl

func (p *QRPayReq) SetNotifyUrl(val string)

func (*QRPayReq) SetOutOrderNo

func (p *QRPayReq) SetOutOrderNo(val string)

func (*QRPayReq) SetSubject

func (p *QRPayReq) SetSubject(val string)

func (*QRPayReq) SetTotalAmount

func (p *QRPayReq) SetTotalAmount(val int64)

func (*QRPayReq) String

func (p *QRPayReq) String() string

func (*QRPayReq) Write

func (p *QRPayReq) Write(oprot thrift.TProtocol) (err error)

type QRPayResp

type QRPayResp struct {
	MerchantId       string `thrift:"merchant_id,1" json:"merchant_id"`
	SubMerchantId    string `thrift:"sub_merchant_id,2" json:"sub_merchant_id"`
	OutOrderNo       string `thrift:"out_order_no,3" json:"out_order_no"`
	OrderStatus      int8   `thrift:"order_status,4" json:"order_status"`
	PayWay           string `thrift:"pay_way,5" json:"pay_way"`
	OpenId           string `thrift:"open_id,6" json:"open_id"`
	OutTransactionId string `thrift:"out_transaction_id,7" json:"out_transaction_id"`
	SubOpenid        string `thrift:"sub_openid,8" json:"sub_openid"`
}
var PaymentSvcQRPayResult_Success_DEFAULT *QRPayResp

func NewQRPayResp

func NewQRPayResp() *QRPayResp

func (*QRPayResp) BLength

func (p *QRPayResp) BLength() int

func (*QRPayResp) DeepEqual

func (p *QRPayResp) DeepEqual(ano *QRPayResp) bool

func (*QRPayResp) FastRead

func (p *QRPayResp) FastRead(buf []byte) (int, error)

func (*QRPayResp) FastReadField1

func (p *QRPayResp) FastReadField1(buf []byte) (int, error)

func (*QRPayResp) FastReadField2

func (p *QRPayResp) FastReadField2(buf []byte) (int, error)

func (*QRPayResp) FastReadField3

func (p *QRPayResp) FastReadField3(buf []byte) (int, error)

func (*QRPayResp) FastReadField4

func (p *QRPayResp) FastReadField4(buf []byte) (int, error)

func (*QRPayResp) FastReadField5

func (p *QRPayResp) FastReadField5(buf []byte) (int, error)

func (*QRPayResp) FastReadField6

func (p *QRPayResp) FastReadField6(buf []byte) (int, error)

func (*QRPayResp) FastReadField7

func (p *QRPayResp) FastReadField7(buf []byte) (int, error)

func (*QRPayResp) FastReadField8

func (p *QRPayResp) FastReadField8(buf []byte) (int, error)

func (*QRPayResp) FastWrite

func (p *QRPayResp) FastWrite(buf []byte) int

for compatibility

func (*QRPayResp) FastWriteNocopy

func (p *QRPayResp) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*QRPayResp) Field1DeepEqual

func (p *QRPayResp) Field1DeepEqual(src string) bool

func (*QRPayResp) Field2DeepEqual

func (p *QRPayResp) Field2DeepEqual(src string) bool

func (*QRPayResp) Field3DeepEqual

func (p *QRPayResp) Field3DeepEqual(src string) bool

func (*QRPayResp) Field4DeepEqual

func (p *QRPayResp) Field4DeepEqual(src int8) bool

func (*QRPayResp) Field5DeepEqual

func (p *QRPayResp) Field5DeepEqual(src string) bool

func (*QRPayResp) Field6DeepEqual

func (p *QRPayResp) Field6DeepEqual(src string) bool

func (*QRPayResp) Field7DeepEqual

func (p *QRPayResp) Field7DeepEqual(src string) bool

func (*QRPayResp) Field8DeepEqual

func (p *QRPayResp) Field8DeepEqual(src string) bool

func (*QRPayResp) GetMerchantId

func (p *QRPayResp) GetMerchantId() (v string)

func (*QRPayResp) GetOpenId

func (p *QRPayResp) GetOpenId() (v string)

func (*QRPayResp) GetOrderStatus

func (p *QRPayResp) GetOrderStatus() (v int8)

func (*QRPayResp) GetOutOrderNo

func (p *QRPayResp) GetOutOrderNo() (v string)

func (*QRPayResp) GetOutTransactionId

func (p *QRPayResp) GetOutTransactionId() (v string)

func (*QRPayResp) GetPayWay

func (p *QRPayResp) GetPayWay() (v string)

func (*QRPayResp) GetSubMerchantId

func (p *QRPayResp) GetSubMerchantId() (v string)

func (*QRPayResp) GetSubOpenid

func (p *QRPayResp) GetSubOpenid() (v string)

func (*QRPayResp) Read

func (p *QRPayResp) Read(iprot thrift.TProtocol) (err error)

func (*QRPayResp) ReadField1

func (p *QRPayResp) ReadField1(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField2

func (p *QRPayResp) ReadField2(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField3

func (p *QRPayResp) ReadField3(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField4

func (p *QRPayResp) ReadField4(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField5

func (p *QRPayResp) ReadField5(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField6

func (p *QRPayResp) ReadField6(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField7

func (p *QRPayResp) ReadField7(iprot thrift.TProtocol) error

func (*QRPayResp) ReadField8

func (p *QRPayResp) ReadField8(iprot thrift.TProtocol) error

func (*QRPayResp) SetMerchantId

func (p *QRPayResp) SetMerchantId(val string)

func (*QRPayResp) SetOpenId

func (p *QRPayResp) SetOpenId(val string)

func (*QRPayResp) SetOrderStatus

func (p *QRPayResp) SetOrderStatus(val int8)

func (*QRPayResp) SetOutOrderNo

func (p *QRPayResp) SetOutOrderNo(val string)

func (*QRPayResp) SetOutTransactionId

func (p *QRPayResp) SetOutTransactionId(val string)

func (*QRPayResp) SetPayWay

func (p *QRPayResp) SetPayWay(val string)

func (*QRPayResp) SetSubMerchantId

func (p *QRPayResp) SetSubMerchantId(val string)

func (*QRPayResp) SetSubOpenid

func (p *QRPayResp) SetSubOpenid(val string)

func (*QRPayResp) String

func (p *QRPayResp) String() string

func (*QRPayResp) Write

func (p *QRPayResp) Write(oprot thrift.TProtocol) (err error)

type QueryOrderReq

type QueryOrderReq struct {
	OutOrderNo string `thrift:"out_order_no,1" json:"out_order_no"`
}
var PaymentSvcQueryOrderArgs_Req_DEFAULT *QueryOrderReq

func NewQueryOrderReq

func NewQueryOrderReq() *QueryOrderReq

func (*QueryOrderReq) BLength

func (p *QueryOrderReq) BLength() int

func (*QueryOrderReq) DeepEqual

func (p *QueryOrderReq) DeepEqual(ano *QueryOrderReq) bool

func (*QueryOrderReq) FastRead

func (p *QueryOrderReq) FastRead(buf []byte) (int, error)

func (*QueryOrderReq) FastReadField1

func (p *QueryOrderReq) FastReadField1(buf []byte) (int, error)

func (*QueryOrderReq) FastWrite

func (p *QueryOrderReq) FastWrite(buf []byte) int

for compatibility

func (*QueryOrderReq) FastWriteNocopy

func (p *QueryOrderReq) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*QueryOrderReq) Field1DeepEqual

func (p *QueryOrderReq) Field1DeepEqual(src string) bool

func (*QueryOrderReq) GetOutOrderNo

func (p *QueryOrderReq) GetOutOrderNo() (v string)

func (*QueryOrderReq) Read

func (p *QueryOrderReq) Read(iprot thrift.TProtocol) (err error)

func (*QueryOrderReq) ReadField1

func (p *QueryOrderReq) ReadField1(iprot thrift.TProtocol) error

func (*QueryOrderReq) SetOutOrderNo

func (p *QueryOrderReq) SetOutOrderNo(val string)

func (*QueryOrderReq) String

func (p *QueryOrderReq) String() string

func (*QueryOrderReq) Write

func (p *QueryOrderReq) Write(oprot thrift.TProtocol) (err error)

type QueryOrderResp

type QueryOrderResp struct {
	OrderStatus int8 `thrift:"order_status,1" json:"order_status"`
}
var PaymentSvcQueryOrderResult_Success_DEFAULT *QueryOrderResp

func NewQueryOrderResp

func NewQueryOrderResp() *QueryOrderResp

func (*QueryOrderResp) BLength

func (p *QueryOrderResp) BLength() int

func (*QueryOrderResp) DeepEqual

func (p *QueryOrderResp) DeepEqual(ano *QueryOrderResp) bool

func (*QueryOrderResp) FastRead

func (p *QueryOrderResp) FastRead(buf []byte) (int, error)

func (*QueryOrderResp) FastReadField1

func (p *QueryOrderResp) FastReadField1(buf []byte) (int, error)

func (*QueryOrderResp) FastWrite

func (p *QueryOrderResp) FastWrite(buf []byte) int

for compatibility

func (*QueryOrderResp) FastWriteNocopy

func (p *QueryOrderResp) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*QueryOrderResp) Field1DeepEqual

func (p *QueryOrderResp) Field1DeepEqual(src int8) bool

func (*QueryOrderResp) GetOrderStatus

func (p *QueryOrderResp) GetOrderStatus() (v int8)

func (*QueryOrderResp) Read

func (p *QueryOrderResp) Read(iprot thrift.TProtocol) (err error)

func (*QueryOrderResp) ReadField1

func (p *QueryOrderResp) ReadField1(iprot thrift.TProtocol) error

func (*QueryOrderResp) SetOrderStatus

func (p *QueryOrderResp) SetOrderStatus(val int8)

func (*QueryOrderResp) String

func (p *QueryOrderResp) String() string

func (*QueryOrderResp) Write

func (p *QueryOrderResp) Write(oprot thrift.TProtocol) (err error)

type UnifyPayReq

type UnifyPayReq struct {
	OutOrderNo      string `thrift:"out_order_no,1" json:"out_order_no"`
	TotalAmount     int64  `thrift:"total_amount,2" json:"total_amount"`
	Subject         string `thrift:"subject,3" json:"subject"`
	MerchantId      string `thrift:"merchant_id,4" json:"merchant_id"`
	PayWay          string `thrift:"pay_way,5" json:"pay_way"`
	AppId           string `thrift:"app_id,6" json:"app_id"`
	SubOpenId       string `thrift:"sub_open_id,7" json:"sub_open_id"`
	NotifyUrl       string `thrift:"notify_url,8" json:"notify_url"`
	ClientIp        string `thrift:"client_ip,9" json:"client_ip"`
	OrderExpiration int32  `thrift:"order_expiration,10" json:"order_expiration"`
}
var PaymentSvcUnifyPayArgs_Req_DEFAULT *UnifyPayReq

func NewUnifyPayReq

func NewUnifyPayReq() *UnifyPayReq

func (*UnifyPayReq) BLength

func (p *UnifyPayReq) BLength() int

func (*UnifyPayReq) DeepEqual

func (p *UnifyPayReq) DeepEqual(ano *UnifyPayReq) bool

func (*UnifyPayReq) FastRead

func (p *UnifyPayReq) FastRead(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField1

func (p *UnifyPayReq) FastReadField1(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField10

func (p *UnifyPayReq) FastReadField10(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField2

func (p *UnifyPayReq) FastReadField2(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField3

func (p *UnifyPayReq) FastReadField3(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField4

func (p *UnifyPayReq) FastReadField4(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField5

func (p *UnifyPayReq) FastReadField5(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField6

func (p *UnifyPayReq) FastReadField6(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField7

func (p *UnifyPayReq) FastReadField7(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField8

func (p *UnifyPayReq) FastReadField8(buf []byte) (int, error)

func (*UnifyPayReq) FastReadField9

func (p *UnifyPayReq) FastReadField9(buf []byte) (int, error)

func (*UnifyPayReq) FastWrite

func (p *UnifyPayReq) FastWrite(buf []byte) int

for compatibility

func (*UnifyPayReq) FastWriteNocopy

func (p *UnifyPayReq) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*UnifyPayReq) Field10DeepEqual

func (p *UnifyPayReq) Field10DeepEqual(src int32) bool

func (*UnifyPayReq) Field1DeepEqual

func (p *UnifyPayReq) Field1DeepEqual(src string) bool

func (*UnifyPayReq) Field2DeepEqual

func (p *UnifyPayReq) Field2DeepEqual(src int64) bool

func (*UnifyPayReq) Field3DeepEqual

func (p *UnifyPayReq) Field3DeepEqual(src string) bool

func (*UnifyPayReq) Field4DeepEqual

func (p *UnifyPayReq) Field4DeepEqual(src string) bool

func (*UnifyPayReq) Field5DeepEqual

func (p *UnifyPayReq) Field5DeepEqual(src string) bool

func (*UnifyPayReq) Field6DeepEqual

func (p *UnifyPayReq) Field6DeepEqual(src string) bool

func (*UnifyPayReq) Field7DeepEqual

func (p *UnifyPayReq) Field7DeepEqual(src string) bool

func (*UnifyPayReq) Field8DeepEqual

func (p *UnifyPayReq) Field8DeepEqual(src string) bool

func (*UnifyPayReq) Field9DeepEqual

func (p *UnifyPayReq) Field9DeepEqual(src string) bool

func (*UnifyPayReq) GetAppId

func (p *UnifyPayReq) GetAppId() (v string)

func (*UnifyPayReq) GetClientIp

func (p *UnifyPayReq) GetClientIp() (v string)

func (*UnifyPayReq) GetMerchantId

func (p *UnifyPayReq) GetMerchantId() (v string)

func (*UnifyPayReq) GetNotifyUrl

func (p *UnifyPayReq) GetNotifyUrl() (v string)

func (*UnifyPayReq) GetOrderExpiration

func (p *UnifyPayReq) GetOrderExpiration() (v int32)

func (*UnifyPayReq) GetOutOrderNo

func (p *UnifyPayReq) GetOutOrderNo() (v string)

func (*UnifyPayReq) GetPayWay

func (p *UnifyPayReq) GetPayWay() (v string)

func (*UnifyPayReq) GetSubOpenId

func (p *UnifyPayReq) GetSubOpenId() (v string)

func (*UnifyPayReq) GetSubject

func (p *UnifyPayReq) GetSubject() (v string)

func (*UnifyPayReq) GetTotalAmount

func (p *UnifyPayReq) GetTotalAmount() (v int64)

func (*UnifyPayReq) Read

func (p *UnifyPayReq) Read(iprot thrift.TProtocol) (err error)

func (*UnifyPayReq) ReadField1

func (p *UnifyPayReq) ReadField1(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField10

func (p *UnifyPayReq) ReadField10(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField2

func (p *UnifyPayReq) ReadField2(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField3

func (p *UnifyPayReq) ReadField3(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField4

func (p *UnifyPayReq) ReadField4(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField5

func (p *UnifyPayReq) ReadField5(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField6

func (p *UnifyPayReq) ReadField6(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField7

func (p *UnifyPayReq) ReadField7(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField8

func (p *UnifyPayReq) ReadField8(iprot thrift.TProtocol) error

func (*UnifyPayReq) ReadField9

func (p *UnifyPayReq) ReadField9(iprot thrift.TProtocol) error

func (*UnifyPayReq) SetAppId

func (p *UnifyPayReq) SetAppId(val string)

func (*UnifyPayReq) SetClientIp

func (p *UnifyPayReq) SetClientIp(val string)

func (*UnifyPayReq) SetMerchantId

func (p *UnifyPayReq) SetMerchantId(val string)

func (*UnifyPayReq) SetNotifyUrl

func (p *UnifyPayReq) SetNotifyUrl(val string)

func (*UnifyPayReq) SetOrderExpiration

func (p *UnifyPayReq) SetOrderExpiration(val int32)

func (*UnifyPayReq) SetOutOrderNo

func (p *UnifyPayReq) SetOutOrderNo(val string)

func (*UnifyPayReq) SetPayWay

func (p *UnifyPayReq) SetPayWay(val string)

func (*UnifyPayReq) SetSubOpenId

func (p *UnifyPayReq) SetSubOpenId(val string)

func (*UnifyPayReq) SetSubject

func (p *UnifyPayReq) SetSubject(val string)

func (*UnifyPayReq) SetTotalAmount

func (p *UnifyPayReq) SetTotalAmount(val int64)

func (*UnifyPayReq) String

func (p *UnifyPayReq) String() string

func (*UnifyPayReq) Write

func (p *UnifyPayReq) Write(oprot thrift.TProtocol) (err error)

type UnifyPayResp

type UnifyPayResp struct {
	MerchantId    string `thrift:"merchant_id,1" json:"merchant_id"`
	SubMerchantId string `thrift:"sub_merchant_id,2" json:"sub_merchant_id"`
	OutOrderNo    string `thrift:"out_order_no,3" json:"out_order_no"`
	JspayInfo     string `thrift:"jspay_info,4" json:"jspay_info"`
	PayWay        string `thrift:"pay_way,5" json:"pay_way"`
}
var PaymentSvcUnifyPayResult_Success_DEFAULT *UnifyPayResp

func NewUnifyPayResp

func NewUnifyPayResp() *UnifyPayResp

func (*UnifyPayResp) BLength

func (p *UnifyPayResp) BLength() int

func (*UnifyPayResp) DeepEqual

func (p *UnifyPayResp) DeepEqual(ano *UnifyPayResp) bool

func (*UnifyPayResp) FastRead

func (p *UnifyPayResp) FastRead(buf []byte) (int, error)

func (*UnifyPayResp) FastReadField1

func (p *UnifyPayResp) FastReadField1(buf []byte) (int, error)

func (*UnifyPayResp) FastReadField2

func (p *UnifyPayResp) FastReadField2(buf []byte) (int, error)

func (*UnifyPayResp) FastReadField3

func (p *UnifyPayResp) FastReadField3(buf []byte) (int, error)

func (*UnifyPayResp) FastReadField4

func (p *UnifyPayResp) FastReadField4(buf []byte) (int, error)

func (*UnifyPayResp) FastReadField5

func (p *UnifyPayResp) FastReadField5(buf []byte) (int, error)

func (*UnifyPayResp) FastWrite

func (p *UnifyPayResp) FastWrite(buf []byte) int

for compatibility

func (*UnifyPayResp) FastWriteNocopy

func (p *UnifyPayResp) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*UnifyPayResp) Field1DeepEqual

func (p *UnifyPayResp) Field1DeepEqual(src string) bool

func (*UnifyPayResp) Field2DeepEqual

func (p *UnifyPayResp) Field2DeepEqual(src string) bool

func (*UnifyPayResp) Field3DeepEqual

func (p *UnifyPayResp) Field3DeepEqual(src string) bool

func (*UnifyPayResp) Field4DeepEqual

func (p *UnifyPayResp) Field4DeepEqual(src string) bool

func (*UnifyPayResp) Field5DeepEqual

func (p *UnifyPayResp) Field5DeepEqual(src string) bool

func (*UnifyPayResp) GetJspayInfo

func (p *UnifyPayResp) GetJspayInfo() (v string)

func (*UnifyPayResp) GetMerchantId

func (p *UnifyPayResp) GetMerchantId() (v string)

func (*UnifyPayResp) GetOutOrderNo

func (p *UnifyPayResp) GetOutOrderNo() (v string)

func (*UnifyPayResp) GetPayWay

func (p *UnifyPayResp) GetPayWay() (v string)

func (*UnifyPayResp) GetSubMerchantId

func (p *UnifyPayResp) GetSubMerchantId() (v string)

func (*UnifyPayResp) Read

func (p *UnifyPayResp) Read(iprot thrift.TProtocol) (err error)

func (*UnifyPayResp) ReadField1

func (p *UnifyPayResp) ReadField1(iprot thrift.TProtocol) error

func (*UnifyPayResp) ReadField2

func (p *UnifyPayResp) ReadField2(iprot thrift.TProtocol) error

func (*UnifyPayResp) ReadField3

func (p *UnifyPayResp) ReadField3(iprot thrift.TProtocol) error

func (*UnifyPayResp) ReadField4

func (p *UnifyPayResp) ReadField4(iprot thrift.TProtocol) error

func (*UnifyPayResp) ReadField5

func (p *UnifyPayResp) ReadField5(iprot thrift.TProtocol) error

func (*UnifyPayResp) SetJspayInfo

func (p *UnifyPayResp) SetJspayInfo(val string)

func (*UnifyPayResp) SetMerchantId

func (p *UnifyPayResp) SetMerchantId(val string)

func (*UnifyPayResp) SetOutOrderNo

func (p *UnifyPayResp) SetOutOrderNo(val string)

func (*UnifyPayResp) SetPayWay

func (p *UnifyPayResp) SetPayWay(val string)

func (*UnifyPayResp) SetSubMerchantId

func (p *UnifyPayResp) SetSubMerchantId(val string)

func (*UnifyPayResp) String

func (p *UnifyPayResp) String() string

func (*UnifyPayResp) Write

func (p *UnifyPayResp) Write(oprot thrift.TProtocol) (err error)

Directories

Path Synopsis
Code generated by Kitex v0.4.3.
Code generated by Kitex v0.4.3.

Jump to

Keyboard shortcuts

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