Interface: UpdatePaymentInput
Defined in: type/UpdatePaymentInput.ts:6
Input object for UpdatePaymentInput
Properties
addTransaction?
optionaladdTransaction?:CreateTransactionInput
Defined in: type/UpdatePaymentInput.ts:22
Add a transaction related to the specified payment
amount?
optionalamount?:number
Defined in: type/UpdatePaymentInput.ts:14
Payment amount [denomination in cents]
anonymousId?
optionalanonymousId?:number
Defined in: type/UpdatePaymentInput.ts:10
Guest User ID
currency?
optionalcurrency?:string
Defined in: type/UpdatePaymentInput.ts:16
Payment currency - ISO 4217 currency code => https://www.xe.com/iso4217.php
method?
optionalmethod?:string
Defined in: type/UpdatePaymentInput.ts:18
Payment method used by the PSP
paymentId?
optionalpaymentId?:string
Defined in: type/UpdatePaymentInput.ts:12
Unique paymentId reference for the Payment - provided by the PSP
status?
optionalstatus?:PaymentStatuses
Defined in: type/UpdatePaymentInput.ts:20
Payment status
userId?
optionaluserId?:number
Defined in: type/UpdatePaymentInput.ts:8
Logged in User ID