@maxmind/minfraud-api-node
Preparing search index...
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
:
TransactionProps
)
:
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
creditCard
?:
CreditCard
Inherit Doc: TransactionProps.creditCard
Optional
custom
Inputs
customInputs
?:
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
shoppingCart
?:
ShoppingCartItem
[]
Inherit Doc: TransactionProps.shoppingCart
Methods
to
String
toString
()
:
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.