proto

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_stripe_proto protoreflect.FileDescriptor

Functions

func RegisterAddCusBAServiceServer added in v0.5.0

func RegisterAddCusBAServiceServer(s *grpc.Server, srv AddCusBAServiceServer)

func RegisterCheckAccCapableServiceServer added in v0.8.7

func RegisterCheckAccCapableServiceServer(s *grpc.Server, srv CheckAccCapableServiceServer)

func RegisterCheckCusCardLinkedServiceServer added in v1.0.2

func RegisterCheckCusCardLinkedServiceServer(s *grpc.Server, srv CheckCusCardLinkedServiceServer)

func RegisterCreateAccServiceServer

func RegisterCreateAccServiceServer(s *grpc.Server, srv CreateAccServiceServer)

func RegisterCreateAndSendTosServiceServer added in v0.6.3

func RegisterCreateAndSendTosServiceServer(s *grpc.Server, srv CreateAndSendTosServiceServer)

func RegisterCreateBaseCusServiceServer added in v0.9.6

func RegisterCreateBaseCusServiceServer(s *grpc.Server, srv CreateBaseCusServiceServer)

func RegisterCreateCusServiceServer

func RegisterCreateCusServiceServer(s *grpc.Server, srv CreateCusServiceServer)

func RegisterCreateEphemeralCusTokenServiceServer added in v1.0.2

func RegisterCreateEphemeralCusTokenServiceServer(s *grpc.Server, srv CreateEphemeralCusTokenServiceServer)

func RegisterDeleteCusBAServiceServer added in v0.4.8

func RegisterDeleteCusBAServiceServer(s *grpc.Server, srv DeleteCusBAServiceServer)

func RegisterFinalTransactionWHServiceServer added in v0.2.1

func RegisterFinalTransactionWHServiceServer(s *grpc.Server, srv FinalTransactionWHServiceServer)

Types

type AddCusBAReply added in v0.5.1

type AddCusBAReply struct {
	BaCount int32 `protobuf:"varint,1,opt,name=ba_count,json=baCount,proto3" json:"ba_count,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCusBAReply) Descriptor deprecated added in v0.5.1

func (*AddCusBAReply) Descriptor() ([]byte, []int)

Deprecated: Use AddCusBAReply.ProtoReflect.Descriptor instead.

func (*AddCusBAReply) GetBaCount added in v0.5.1

func (x *AddCusBAReply) GetBaCount() int32

func (*AddCusBAReply) ProtoMessage added in v0.5.1

func (*AddCusBAReply) ProtoMessage()

func (*AddCusBAReply) ProtoReflect added in v0.5.1

func (x *AddCusBAReply) ProtoReflect() protoreflect.Message

func (*AddCusBAReply) Reset added in v0.5.1

func (x *AddCusBAReply) Reset()

func (*AddCusBAReply) String added in v0.5.1

func (x *AddCusBAReply) String() string

type AddCusBAServiceClient added in v0.5.0

type AddCusBAServiceClient interface {
	AddCusBA(ctx context.Context, in *DeleteCusBAMsg, opts ...grpc.CallOption) (*AddCusBAReply, error)
}

AddCusBAServiceClient is the client API for AddCusBAService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAddCusBAServiceClient added in v0.5.0

func NewAddCusBAServiceClient(cc grpc.ClientConnInterface) AddCusBAServiceClient

type AddCusBAServiceServer added in v0.5.0

type AddCusBAServiceServer interface {
	AddCusBA(context.Context, *DeleteCusBAMsg) (*AddCusBAReply, error)
}

AddCusBAServiceServer is the server API for AddCusBAService service.

type CheckAccCapableServiceClient added in v0.8.7

type CheckAccCapableServiceClient interface {
	CheckAccCapable(ctx context.Context, in *ResendTos, opts ...grpc.CallOption) (*StripeBool, error)
}

CheckAccCapableServiceClient is the client API for CheckAccCapableService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCheckAccCapableServiceClient added in v0.8.7

func NewCheckAccCapableServiceClient(cc grpc.ClientConnInterface) CheckAccCapableServiceClient

type CheckAccCapableServiceServer added in v0.8.7

type CheckAccCapableServiceServer interface {
	CheckAccCapable(context.Context, *ResendTos) (*StripeBool, error)
}

CheckAccCapableServiceServer is the server API for CheckAccCapableService service.

type CheckCusCardLinkedServiceClient added in v1.0.2

type CheckCusCardLinkedServiceClient interface {
	CheckCusCardLinked(ctx context.Context, in *CreateCusReply, opts ...grpc.CallOption) (*MaskAndCardBrand, error)
}

CheckCusCardLinkedServiceClient is the client API for CheckCusCardLinkedService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCheckCusCardLinkedServiceClient added in v1.0.2

func NewCheckCusCardLinkedServiceClient(cc grpc.ClientConnInterface) CheckCusCardLinkedServiceClient

type CheckCusCardLinkedServiceServer added in v1.0.2

type CheckCusCardLinkedServiceServer interface {
	CheckCusCardLinked(context.Context, *CreateCusReply) (*MaskAndCardBrand, error)
}

CheckCusCardLinkedServiceServer is the server API for CheckCusCardLinkedService service.

type CreateAccReply

type CreateAccReply struct {
	AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccReply) Descriptor deprecated

func (*CreateAccReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateAccReply.ProtoReflect.Descriptor instead.

func (*CreateAccReply) GetAccountId added in v0.4.0

func (x *CreateAccReply) GetAccountId() string

func (*CreateAccReply) ProtoMessage

func (*CreateAccReply) ProtoMessage()

func (*CreateAccReply) ProtoReflect

func (x *CreateAccReply) ProtoReflect() protoreflect.Message

func (*CreateAccReply) Reset

func (x *CreateAccReply) Reset()

func (*CreateAccReply) String

func (x *CreateAccReply) String() string

type CreateAccServiceClient

type CreateAccServiceClient interface {
	CreateAcc(ctx context.Context, in *CreateCusOrAcc, opts ...grpc.CallOption) (*CreateAccReply, error)
}

CreateAccServiceClient is the client API for CreateAccService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type CreateAccServiceServer

type CreateAccServiceServer interface {
	CreateAcc(context.Context, *CreateCusOrAcc) (*CreateAccReply, error)
}

CreateAccServiceServer is the server API for CreateAccService service.

type CreateAndSendTosServiceClient added in v0.6.3

type CreateAndSendTosServiceClient interface {
	CreateAndSendTos(ctx context.Context, in *ResendTos, opts ...grpc.CallOption) (*StripeEmpty, error)
}

CreateAndSendTosServiceClient is the client API for CreateAndSendTosService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCreateAndSendTosServiceClient added in v0.6.3

func NewCreateAndSendTosServiceClient(cc grpc.ClientConnInterface) CreateAndSendTosServiceClient

type CreateAndSendTosServiceServer added in v0.6.3

type CreateAndSendTosServiceServer interface {
	CreateAndSendTos(context.Context, *ResendTos) (*StripeEmpty, error)
}

CreateAndSendTosServiceServer is the server API for CreateAndSendTosService service.

type CreateBaseCusServiceClient added in v0.9.6

type CreateBaseCusServiceClient interface {
	CreateBaseCus(ctx context.Context, in *CreateCusOrAcc, opts ...grpc.CallOption) (*CreateCusReply, error)
}

CreateBaseCusServiceClient is the client API for CreateBaseCusService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCreateBaseCusServiceClient added in v0.9.6

func NewCreateBaseCusServiceClient(cc grpc.ClientConnInterface) CreateBaseCusServiceClient

type CreateBaseCusServiceServer added in v0.9.6

type CreateBaseCusServiceServer interface {
	CreateBaseCus(context.Context, *CreateCusOrAcc) (*CreateCusReply, error)
}

CreateBaseCusServiceServer is the server API for CreateBaseCusService service.

type CreateCusOrAcc

type CreateCusOrAcc struct {
	StripeToken string `protobuf:"bytes,1,opt,name=stripe_token,json=stripeToken,proto3" json:"stripe_token,omitempty"`
	Email       string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCusOrAcc) Descriptor deprecated

func (*CreateCusOrAcc) Descriptor() ([]byte, []int)

Deprecated: Use CreateCusOrAcc.ProtoReflect.Descriptor instead.

func (*CreateCusOrAcc) GetEmail

func (x *CreateCusOrAcc) GetEmail() string

func (*CreateCusOrAcc) GetStripeToken added in v0.4.0

func (x *CreateCusOrAcc) GetStripeToken() string

func (*CreateCusOrAcc) ProtoMessage

func (*CreateCusOrAcc) ProtoMessage()

func (*CreateCusOrAcc) ProtoReflect

func (x *CreateCusOrAcc) ProtoReflect() protoreflect.Message

func (*CreateCusOrAcc) Reset

func (x *CreateCusOrAcc) Reset()

func (*CreateCusOrAcc) String

func (x *CreateCusOrAcc) String() string

type CreateCusReply

type CreateCusReply struct {
	CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCusReply) Descriptor deprecated

func (*CreateCusReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateCusReply.ProtoReflect.Descriptor instead.

func (*CreateCusReply) GetCustomerId added in v0.4.0

func (x *CreateCusReply) GetCustomerId() string

func (*CreateCusReply) ProtoMessage

func (*CreateCusReply) ProtoMessage()

func (*CreateCusReply) ProtoReflect

func (x *CreateCusReply) ProtoReflect() protoreflect.Message

func (*CreateCusReply) Reset

func (x *CreateCusReply) Reset()

func (*CreateCusReply) String

func (x *CreateCusReply) String() string

type CreateCusServiceClient

type CreateCusServiceClient interface {
	CreateCus(ctx context.Context, in *CreateCusOrAcc, opts ...grpc.CallOption) (*CreateCusReply, error)
}

CreateCusServiceClient is the client API for CreateCusService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type CreateCusServiceServer

type CreateCusServiceServer interface {
	CreateCus(context.Context, *CreateCusOrAcc) (*CreateCusReply, error)
}

CreateCusServiceServer is the server API for CreateCusService service.

type CreateEphemeralCusTokenServiceClient added in v1.0.2

type CreateEphemeralCusTokenServiceClient interface {
	CreateEphemeralCusToken(ctx context.Context, in *CreateCusReply, opts ...grpc.CallOption) (*EphemeralToken, error)
}

CreateEphemeralCusTokenServiceClient is the client API for CreateEphemeralCusTokenService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCreateEphemeralCusTokenServiceClient added in v1.0.2

func NewCreateEphemeralCusTokenServiceClient(cc grpc.ClientConnInterface) CreateEphemeralCusTokenServiceClient

type CreateEphemeralCusTokenServiceServer added in v1.0.2

type CreateEphemeralCusTokenServiceServer interface {
	CreateEphemeralCusToken(context.Context, *CreateCusReply) (*EphemeralToken, error)
}

CreateEphemeralCusTokenServiceServer is the server API for CreateEphemeralCusTokenService service.

type DeleteCusBAMsg added in v0.4.8

type DeleteCusBAMsg struct {
	CustomerId  string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	StripeToken string `protobuf:"bytes,2,opt,name=stripe_token,json=stripeToken,proto3" json:"stripe_token,omitempty"`
	BaCount     int32  `protobuf:"varint,3,opt,name=ba_count,json=baCount,proto3" json:"ba_count,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCusBAMsg) Descriptor deprecated added in v0.4.8

func (*DeleteCusBAMsg) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCusBAMsg.ProtoReflect.Descriptor instead.

func (*DeleteCusBAMsg) GetBaCount added in v0.5.1

func (x *DeleteCusBAMsg) GetBaCount() int32

func (*DeleteCusBAMsg) GetCustomerId added in v0.4.8

func (x *DeleteCusBAMsg) GetCustomerId() string

func (*DeleteCusBAMsg) GetStripeToken added in v0.4.8

func (x *DeleteCusBAMsg) GetStripeToken() string

func (*DeleteCusBAMsg) ProtoMessage added in v0.4.8

func (*DeleteCusBAMsg) ProtoMessage()

func (*DeleteCusBAMsg) ProtoReflect added in v0.4.8

func (x *DeleteCusBAMsg) ProtoReflect() protoreflect.Message

func (*DeleteCusBAMsg) Reset added in v0.4.8

func (x *DeleteCusBAMsg) Reset()

func (*DeleteCusBAMsg) String added in v0.4.8

func (x *DeleteCusBAMsg) String() string

type DeleteCusBAServiceClient added in v0.4.8

type DeleteCusBAServiceClient interface {
	DeleteCusBA(ctx context.Context, in *DeleteCusBAMsg, opts ...grpc.CallOption) (*StripeEmpty, error)
}

DeleteCusBAServiceClient is the client API for DeleteCusBAService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeleteCusBAServiceClient added in v0.4.8

func NewDeleteCusBAServiceClient(cc grpc.ClientConnInterface) DeleteCusBAServiceClient

type DeleteCusBAServiceServer added in v0.4.8

type DeleteCusBAServiceServer interface {
	DeleteCusBA(context.Context, *DeleteCusBAMsg) (*StripeEmpty, error)
}

DeleteCusBAServiceServer is the server API for DeleteCusBAService service.

type EphemeralToken added in v1.0.2

type EphemeralToken struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*EphemeralToken) Descriptor deprecated added in v1.0.2

func (*EphemeralToken) Descriptor() ([]byte, []int)

Deprecated: Use EphemeralToken.ProtoReflect.Descriptor instead.

func (*EphemeralToken) GetToken added in v1.0.2

func (x *EphemeralToken) GetToken() string

func (*EphemeralToken) ProtoMessage added in v1.0.2

func (*EphemeralToken) ProtoMessage()

func (*EphemeralToken) ProtoReflect added in v1.0.2

func (x *EphemeralToken) ProtoReflect() protoreflect.Message

func (*EphemeralToken) Reset added in v1.0.2

func (x *EphemeralToken) Reset()

func (*EphemeralToken) String added in v1.0.2

func (x *EphemeralToken) String() string

type FinalTransactionWHServiceClient added in v0.2.1

type FinalTransactionWHServiceClient interface {
	FinalTransactionWH(ctx context.Context, in *WHCreateTransferData, opts ...grpc.CallOption) (*WHCreateTransferDataReply, error)
}

FinalTransactionWHServiceClient is the client API for FinalTransactionWHService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewFinalTransactionWHServiceClient added in v0.2.1

func NewFinalTransactionWHServiceClient(cc grpc.ClientConnInterface) FinalTransactionWHServiceClient

type FinalTransactionWHServiceServer added in v0.2.1

type FinalTransactionWHServiceServer interface {
	FinalTransactionWH(context.Context, *WHCreateTransferData) (*WHCreateTransferDataReply, error)
}

FinalTransactionWHServiceServer is the server API for FinalTransactionWHService service.

type MaskAndCardBrand added in v1.0.2

type MaskAndCardBrand struct {
	Mask      int32  `protobuf:"varint,1,opt,name=mask,proto3" json:"mask,omitempty"`
	CardBrand string `protobuf:"bytes,2,opt,name=card_brand,json=cardBrand,proto3" json:"card_brand,omitempty"`
	// contains filtered or unexported fields
}

func (*MaskAndCardBrand) Descriptor deprecated added in v1.0.2

func (*MaskAndCardBrand) Descriptor() ([]byte, []int)

Deprecated: Use MaskAndCardBrand.ProtoReflect.Descriptor instead.

func (*MaskAndCardBrand) GetCardBrand added in v1.0.2

func (x *MaskAndCardBrand) GetCardBrand() string

func (*MaskAndCardBrand) GetMask added in v1.0.2

func (x *MaskAndCardBrand) GetMask() int32

func (*MaskAndCardBrand) ProtoMessage added in v1.0.2

func (*MaskAndCardBrand) ProtoMessage()

func (*MaskAndCardBrand) ProtoReflect added in v1.0.2

func (x *MaskAndCardBrand) ProtoReflect() protoreflect.Message

func (*MaskAndCardBrand) Reset added in v1.0.2

func (x *MaskAndCardBrand) Reset()

func (*MaskAndCardBrand) String added in v1.0.2

func (x *MaskAndCardBrand) String() string

type ResendTos added in v0.6.2

type ResendTos struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendTos) Descriptor deprecated added in v0.6.2

func (*ResendTos) Descriptor() ([]byte, []int)

Deprecated: Use ResendTos.ProtoReflect.Descriptor instead.

func (*ResendTos) GetAccountId added in v0.6.2

func (x *ResendTos) GetAccountId() string

func (*ResendTos) GetEmail added in v0.6.2

func (x *ResendTos) GetEmail() string

func (*ResendTos) ProtoMessage added in v0.6.2

func (*ResendTos) ProtoMessage()

func (*ResendTos) ProtoReflect added in v0.6.2

func (x *ResendTos) ProtoReflect() protoreflect.Message

func (*ResendTos) Reset added in v0.6.2

func (x *ResendTos) Reset()

func (*ResendTos) String added in v0.6.2

func (x *ResendTos) String() string

type StripeBool added in v0.8.7

type StripeBool struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*StripeBool) Descriptor deprecated added in v0.8.7

func (*StripeBool) Descriptor() ([]byte, []int)

Deprecated: Use StripeBool.ProtoReflect.Descriptor instead.

func (*StripeBool) GetStatus added in v0.8.7

func (x *StripeBool) GetStatus() bool

func (*StripeBool) ProtoMessage added in v0.8.7

func (*StripeBool) ProtoMessage()

func (*StripeBool) ProtoReflect added in v0.8.7

func (x *StripeBool) ProtoReflect() protoreflect.Message

func (*StripeBool) Reset added in v0.8.7

func (x *StripeBool) Reset()

func (*StripeBool) String added in v0.8.7

func (x *StripeBool) String() string

type StripeEmpty added in v0.4.8

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

func (*StripeEmpty) Descriptor deprecated added in v0.4.8

func (*StripeEmpty) Descriptor() ([]byte, []int)

Deprecated: Use StripeEmpty.ProtoReflect.Descriptor instead.

func (*StripeEmpty) ProtoMessage added in v0.4.8

func (*StripeEmpty) ProtoMessage()

func (*StripeEmpty) ProtoReflect added in v0.4.8

func (x *StripeEmpty) ProtoReflect() protoreflect.Message

func (*StripeEmpty) Reset added in v0.4.8

func (x *StripeEmpty) Reset()

func (*StripeEmpty) String added in v0.4.8

func (x *StripeEmpty) String() string

type UnimplementedAddCusBAServiceServer added in v0.5.0

type UnimplementedAddCusBAServiceServer struct {
}

UnimplementedAddCusBAServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAddCusBAServiceServer) AddCusBA added in v0.5.0

type UnimplementedCheckAccCapableServiceServer added in v0.8.7

type UnimplementedCheckAccCapableServiceServer struct {
}

UnimplementedCheckAccCapableServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCheckAccCapableServiceServer) CheckAccCapable added in v0.8.7

type UnimplementedCheckCusCardLinkedServiceServer added in v1.0.2

type UnimplementedCheckCusCardLinkedServiceServer struct {
}

UnimplementedCheckCusCardLinkedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCheckCusCardLinkedServiceServer) CheckCusCardLinked added in v1.0.2

type UnimplementedCreateAccServiceServer

type UnimplementedCreateAccServiceServer struct {
}

UnimplementedCreateAccServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCreateAccServiceServer) CreateAcc

type UnimplementedCreateAndSendTosServiceServer added in v0.6.3

type UnimplementedCreateAndSendTosServiceServer struct {
}

UnimplementedCreateAndSendTosServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCreateAndSendTosServiceServer) CreateAndSendTos added in v0.6.3

type UnimplementedCreateBaseCusServiceServer added in v0.9.6

type UnimplementedCreateBaseCusServiceServer struct {
}

UnimplementedCreateBaseCusServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCreateBaseCusServiceServer) CreateBaseCus added in v0.9.6

type UnimplementedCreateCusServiceServer

type UnimplementedCreateCusServiceServer struct {
}

UnimplementedCreateCusServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCreateCusServiceServer) CreateCus

type UnimplementedCreateEphemeralCusTokenServiceServer added in v1.0.2

type UnimplementedCreateEphemeralCusTokenServiceServer struct {
}

UnimplementedCreateEphemeralCusTokenServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCreateEphemeralCusTokenServiceServer) CreateEphemeralCusToken added in v1.0.2

type UnimplementedDeleteCusBAServiceServer added in v0.4.8

type UnimplementedDeleteCusBAServiceServer struct {
}

UnimplementedDeleteCusBAServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeleteCusBAServiceServer) DeleteCusBA added in v0.4.8

type UnimplementedFinalTransactionWHServiceServer added in v0.2.1

type UnimplementedFinalTransactionWHServiceServer struct {
}

UnimplementedFinalTransactionWHServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedFinalTransactionWHServiceServer) FinalTransactionWH added in v0.2.1

type WHCreateTransferData added in v0.2.1

type WHCreateTransferData struct {
	CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	AccountId  string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Amount     int32  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*WHCreateTransferData) Descriptor deprecated added in v0.2.1

func (*WHCreateTransferData) Descriptor() ([]byte, []int)

Deprecated: Use WHCreateTransferData.ProtoReflect.Descriptor instead.

func (*WHCreateTransferData) GetAccountId added in v0.4.0

func (x *WHCreateTransferData) GetAccountId() string

func (*WHCreateTransferData) GetAmount added in v0.2.1

func (x *WHCreateTransferData) GetAmount() int32

func (*WHCreateTransferData) GetCustomerId added in v0.4.0

func (x *WHCreateTransferData) GetCustomerId() string

func (*WHCreateTransferData) ProtoMessage added in v0.2.1

func (*WHCreateTransferData) ProtoMessage()

func (*WHCreateTransferData) ProtoReflect added in v0.2.1

func (x *WHCreateTransferData) ProtoReflect() protoreflect.Message

func (*WHCreateTransferData) Reset added in v0.2.1

func (x *WHCreateTransferData) Reset()

func (*WHCreateTransferData) String added in v0.2.1

func (x *WHCreateTransferData) String() string

type WHCreateTransferDataReply added in v0.2.1

type WHCreateTransferDataReply struct {
	ChargeId         string `protobuf:"bytes,1,opt,name=charge_id,json=chargeId,proto3" json:"charge_id,omitempty"`
	TransferId       string `protobuf:"bytes,2,opt,name=transfer_id,json=transferId,proto3" json:"transfer_id,omitempty"`
	TransferedAmount int64  `protobuf:"varint,3,opt,name=transfered_amount,json=transferedAmount,proto3" json:"transfered_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*WHCreateTransferDataReply) Descriptor deprecated added in v0.2.1

func (*WHCreateTransferDataReply) Descriptor() ([]byte, []int)

Deprecated: Use WHCreateTransferDataReply.ProtoReflect.Descriptor instead.

func (*WHCreateTransferDataReply) GetChargeId added in v0.4.0

func (x *WHCreateTransferDataReply) GetChargeId() string

func (*WHCreateTransferDataReply) GetTransferId added in v0.4.0

func (x *WHCreateTransferDataReply) GetTransferId() string

func (*WHCreateTransferDataReply) GetTransferedAmount added in v0.5.7

func (x *WHCreateTransferDataReply) GetTransferedAmount() int64

func (*WHCreateTransferDataReply) ProtoMessage added in v0.2.1

func (*WHCreateTransferDataReply) ProtoMessage()

func (*WHCreateTransferDataReply) ProtoReflect added in v0.2.1

func (*WHCreateTransferDataReply) Reset added in v0.2.1

func (x *WHCreateTransferDataReply) Reset()

func (*WHCreateTransferDataReply) String added in v0.2.1

func (x *WHCreateTransferDataReply) String() string

Jump to

Keyboard shortcuts

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