Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.46 KB

PaymentTransaction.md

File metadata and controls

25 lines (22 loc) · 1.46 KB

PaymentTransaction

Properties

Name Type Description Notes
transactionId string [optional]
transactionExternalKey string [optional]
paymentId string Associated payment id, required when notifying state transitions [optional]
paymentExternalKey string [optional]
transactionType string [optional]
amount float Transaction amount, required except for void operations [optional]
currency string Amount currency (account currency unless specified) [optional]
effectiveDate \DateTime [optional]
processedAmount float [optional]
processedCurrency string [optional]
status string Transaction status, required for state change notifications [optional]
gatewayErrorCode string [optional]
gatewayErrorMsg string [optional]
firstPaymentReferenceId string [optional]
secondPaymentReferenceId string [optional]
properties \Killbill\Client\Swagger\Model\PluginProperty[] [optional]
auditLogs \Killbill\Client\Swagger\Model\AuditLog[] [optional]

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