dto

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PaymentRequest

type PaymentRequest struct {
	Amount                 int
	DestinationBankCode    string
	DestinationBankId      int
	DestinationAccountCode string
	DestinationAccountId   int
}

type PaymentRequestMeta

type PaymentRequestMeta struct {
	PaymentRequest

	CallbackWebHook string

	IdempotencyId string
	CustomerId    string
	ServerId      string

	Tracer tracer.ITracer
}

type PaymentResponse

type PaymentResponse struct {
	Message string `json:"message"`
	TID     string `json:"tid"`
}

Jump to

Keyboard shortcuts

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