schemas

package
v0.0.0-...-c846bbc Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 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 EventPaymentCompletedData

type EventPaymentCompletedData struct {
	TransactionID        string    `json:"transaction_id"`
	PaymentID            string    `json:"payment_id"`
	PaymentStatus        string    `json:"payment_status"`
	PaymentStatusMessage string    `json:"payment_status_message"`
	PaymentCompletedAt   time.Time `json:"completed_at"`
	StellarTransactionID string    `json:"stellar_transaction_id"`
}

type EventPaymentsReadyToPayData

type EventPaymentsReadyToPayData struct {
	TenantID string              `json:"tenant_id"`
	Payments []PaymentReadyToPay `json:"payments"`
}

type EventReceiverWalletInvitationData

type EventReceiverWalletInvitationData struct {
	ReceiverWalletID string `json:"receiver_wallet_id"`
}

type PaymentReadyToPay

type PaymentReadyToPay struct {
	ID string `json:"id"`
}

Jump to

Keyboard shortcuts

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