Preparing search index...
The search index is not available
@maxmind/minfraud-api-node
@maxmind/minfraud-api-node
Transaction
Class Transaction
The transaction to be sent to the web service.
Index
Constructors
constructor
Properties
account?
billing?
credit
Card?
custom
Inputs?
device?
email?
event?
order?
payment?
shipping?
shopping
Cart?
Methods
to
String
Constructors
constructor
new
Transaction
(
transaction
)
:
Transaction
Parameters
transaction
:
TransactionProps
Returns
Transaction
Properties
Optional
account
account
?:
Account
Inherit Doc: TransactionProps.account
Optional
billing
billing
?:
Billing
Inherit Doc: TransactionProps.billing
Optional
credit
Card
credit
Card
?:
CreditCard
Inherit Doc: TransactionProps.creditCard
Optional
custom
Inputs
custom
Inputs
?:
Record
<
string
,
string
|
number
|
boolean
>
Inherit Doc: TransactionProps.customInputs
Optional
device
device
?:
Device
Inherit Doc: TransactionProps.device
Optional
email
email
?:
Email
Inherit Doc: TransactionProps.email
Optional
event
event
?:
Event
Inherit Doc: TransactionProps.event
Optional
order
order
?:
Order
Inherit Doc: TransactionProps.order
Optional
payment
payment
?:
Payment
Inherit Doc: TransactionProps.payment
Optional
shipping
shipping
?:
Shipping
Inherit Doc: TransactionProps.shipping
Optional
shopping
Cart
shopping
Cart
?:
ShoppingCartItem
[]
Inherit Doc: TransactionProps.shoppingCart
Methods
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
account
billing
credit
Card
custom
Inputs
device
email
event
order
payment
shipping
shopping
Cart
Methods
to
String
@maxmind/minfraud-api-node
Loading...
The transaction to be sent to the web service.