Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 2.63 KB

FiatPaymentPolymorphic.md

File metadata and controls

33 lines (28 loc) · 2.63 KB

FiatPaymentPolymorphic

Properties

Name Type Description Notes
id uuid::Uuid Unique system generated identifier for the entity.
r#type String Type of the payment object.
merchant_id uuid::Uuid Unique system generated identifier for the merchant.
merchant_wallet_id Option<String> Unique system generated identifier for the wallet of the merchant. [optional]
amount models::FiatMoneyUsd
from_amount Option<models::FiatMoney> [optional]
source models::SourceResponse
description Option<String> Enumerated description of the payment. [optional]
status models::PaymentStatus
required_action Option<models::RequiredAction> [optional]
verification Option<models::PaymentVerificationResponse> [optional]
original_payment Option<models::FiatPayment> [optional]
cancel Option<models::FiatCancel> [optional]
refunds Option<Vecmodels::FiatRefund> [optional]
fees Option<models::FiatMoneyUsd> [optional]
tracking_ref Option<String> Payment tracking reference. Will be present once known. [optional]
external_ref Option<String> External network identifier which will be present once provided from the applicable network. Examples: * Input/Output Message Accountability Data (IMAD/OMAD): unique number given to each FedWire payment when using the Federal Reserve Bank Service which can be used to investigate and track wire transfers. [optional]
error_code Option<models::PaymentErrorCode> [optional]
metadata Option<models::MetadataPhoneEmail> [optional]
channel Option<uuid::Uuid> The channel identifier that can be set for the payment. When not provided, the default channel is used. [optional]
risk_evaluation Option<models::RiskEvaluation> [optional]
create_date Option<String> ISO-8601 UTC date/time format. [optional]
update_date Option<String> ISO-8601 UTC date/time format. [optional]

[Back to Model list] [Back to API list] [Back to README]