Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
auth/types
CheckoutPreviewResponse
Interface CheckoutPreviewResponse
interface
CheckoutPreviewResponse
{
appliedCredits
:
number
;
baseAmount
:
number
;
coupon
?:
CheckoutPreviewCoupon
|
null
;
customerInfo
?:
CheckoutPreviewCustomerInfo
;
destinationWallet
:
string
;
discounts
:
number
;
dueToday
:
number
;
note
:
string
;
period
:
"monthly"
|
"yearly"
;
planName
:
string
;
proratedCredits
:
number
;
subtotal
:
number
;
}
Index
Properties
applied
Credits
base
Amount
coupon?
customer
Info?
destination
Wallet
discounts
due
Today
note
period
plan
Name
prorated
Credits
subtotal
Properties
applied
Credits
appliedCredits
:
number
base
Amount
baseAmount
:
number
Optional
coupon
coupon
?:
CheckoutPreviewCoupon
|
null
Optional
customer
Info
customerInfo
?:
CheckoutPreviewCustomerInfo
destination
Wallet
destinationWallet
:
string
discounts
discounts
:
number
due
Today
dueToday
:
number
note
note
:
string
period
period
:
"monthly"
|
"yearly"
plan
Name
planName
:
string
prorated
Credits
proratedCredits
:
number
subtotal
subtotal
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
applied
Credits
base
Amount
coupon
customer
Info
destination
Wallet
discounts
due
Today
note
period
plan
Name
prorated
Credits
subtotal
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...