@paysafe/paysafe-wallet-saas-web
Preparing search index...
deposits
DepositCreate
Interface DepositCreate
Represents a deposit creation request.
interface
DepositCreate
{
id
:
string
;
paymentInstrument
?:
PaymentInstrument
;
paymentProperties
?:
PaymentProperty
[]
;
}
Index
Properties
id
payment
Instrument?
payment
Properties?
Properties
id
id
:
string
Deposit ID.
Optional
payment
Instrument
paymentInstrument
?:
PaymentInstrument
Payment instrument.
Optional
payment
Properties
paymentProperties
?:
PaymentProperty
[]
Payment properties.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payment
Instrument
payment
Properties
@paysafe/paysafe-wallet-saas-web
Loading...
Represents a deposit creation request.