Preparing search index...
The search index is not available
@lacagnottedesproches/lcdp-js
@lacagnottedesproches/lcdp-js
CheckoutDonationProps
Interface CheckoutDonationProps
interface
CheckoutDonationProps
{
amount_donation
:
number
;
amount_tip
:
number
;
email
:
string
;
first_name
:
string
;
last_name
:
string
;
lcdpPromise
:
Promise
<
null
|
LCDP
>
;
message
?:
null
|
string
;
pot_id
:
string
;
return_url
:
string
;
}
Hierarchy (
View Summary
)
CheckoutDonationFormProps
CheckoutDonationProps
Index
Properties
amount_
donation
amount_
tip
email
first_
name
last_
name
lcdp
Promise
message?
pot_
id
return_
url
Properties
amount_
donation
amount_donation
:
number
amount_
tip
amount_tip
:
number
email
email
:
string
first_
name
first_name
:
string
last_
name
last_name
:
string
lcdp
Promise
lcdpPromise
:
Promise
<
null
|
LCDP
>
Optional
message
message
?:
null
|
string
pot_
id
pot_id
:
string
return_
url
return_url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount_
donation
amount_
tip
email
first_
name
last_
name
lcdp
Promise
message
pot_
id
return_
url
@lacagnottedesproches/lcdp-js
Loading...