Documentation ¶
Index ¶
- type CreateOrderRequest
- type CreateOrderResponse
- type CreateRefundRecordsRequest
- type CreateRefundRecordsResponse
- type GetOrderByOrderIdRequest
- type GetOrderByOrderIdResponse
- type GetOrderBySnRequest
- type GetOrderBySnResponse
- type GetOrderStatusBySnRequest
- type GetOrderStatusBySnResponse
- type GetOrdersByStatusRequest
- type GetOrdersByStatusResponse
- type GetRefundRecordByRefundIdRequest
- type GetRefundRecordByRefundIdResponse
- type GetRefundRecordsRequest
- type GetRefundRecordsResponse
- type OrderAddr
- type OrderInfo
- type OrderItemInfo
- type RefundRecords
- type Refunds
- type UpdOrderPaymentStatusRequest
- type UpdOrderPaymentStatusResponse
- type UpdateOrderBySnRequest
- type UpdateOrderBySnResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrderRequest ¶
type CreateOrderRequest = orders.CreateOrderRequest
type CreateOrderResponse ¶
type CreateOrderResponse = orders.CreateOrderResponse
type CreateRefundRecordsRequest ¶
type CreateRefundRecordsRequest = orders.CreateRefundRecordsRequest
type CreateRefundRecordsResponse ¶
type CreateRefundRecordsResponse = orders.CreateRefundRecordsResponse
type GetOrderByOrderIdRequest ¶
type GetOrderByOrderIdRequest = orders.GetOrderByOrderIdRequest
type GetOrderByOrderIdResponse ¶
type GetOrderByOrderIdResponse = orders.GetOrderByOrderIdResponse
type GetOrderBySnRequest ¶
type GetOrderBySnRequest = orders.GetOrderBySnRequest
type GetOrderBySnResponse ¶
type GetOrderBySnResponse = orders.GetOrderBySnResponse
type GetOrderStatusBySnRequest ¶
type GetOrderStatusBySnRequest = orders.GetOrderStatusBySnRequest
type GetOrderStatusBySnResponse ¶
type GetOrderStatusBySnResponse = orders.GetOrderStatusBySnResponse
type GetOrdersByStatusRequest ¶
type GetOrdersByStatusRequest = orders.GetOrdersByStatusRequest
type GetOrdersByStatusResponse ¶
type GetOrdersByStatusResponse = orders.GetOrdersByStatusResponse
type GetRefundRecordByRefundIdRequest ¶
type GetRefundRecordByRefundIdRequest = orders.GetRefundRecordByRefundIdRequest
type GetRefundRecordByRefundIdResponse ¶
type GetRefundRecordByRefundIdResponse = orders.GetRefundRecordByRefundIdResponse
type GetRefundRecordsRequest ¶
type GetRefundRecordsRequest = orders.GetRefundRecordsRequest
type GetRefundRecordsResponse ¶
type GetRefundRecordsResponse = orders.GetRefundRecordsResponse
type OrderItemInfo ¶
type OrderItemInfo = orders.OrderItemInfo
type RefundRecords ¶
type RefundRecords = orders.RefundRecords
type Refunds ¶
type Refunds interface { CreateRefundRecords(ctx context.Context, in *CreateRefundRecordsRequest, opts ...grpc.CallOption) (*CreateRefundRecordsResponse, error) RollbackCreateRefundRecords(ctx context.Context, in *CreateRefundRecordsRequest, opts ...grpc.CallOption) (*CreateRefundRecordsResponse, error) GetRefundRecords(ctx context.Context, in *GetRefundRecordsRequest, opts ...grpc.CallOption) (*GetRefundRecordsResponse, error) GetRefundRecordByRefundId(ctx context.Context, in *GetRefundRecordByRefundIdRequest, opts ...grpc.CallOption) (*GetRefundRecordByRefundIdResponse, error) }
func NewRefunds ¶
type UpdOrderPaymentStatusRequest ¶
type UpdOrderPaymentStatusRequest = orders.UpdOrderPaymentStatusRequest
type UpdOrderPaymentStatusResponse ¶
type UpdOrderPaymentStatusResponse = orders.UpdOrderPaymentStatusResponse
type UpdateOrderBySnRequest ¶
type UpdateOrderBySnRequest = orders.UpdateOrderBySnRequest
type UpdateOrderBySnResponse ¶
type UpdateOrderBySnResponse = orders.UpdateOrderBySnResponse
Click to show internal directories.
Click to hide internal directories.