CDP Frontend SDK
Preparing search index...
@coinbase/cdp-react
unstable_FundPaymentMethod
Interface unstable_FundPaymentMethod
A payment method for the fund component.
interface
unstable_FundPaymentMethod
{
id
:
string
;
name
:
string
;
description
:
string
;
icon
:
ReactNode
;
minAmount
?:
number
;
maxAmount
?:
number
;
}
Index
Properties
id
name
description
icon
min
Amount?
max
Amount?
Properties
id
id
:
string
name
name
:
string
description
description
:
string
icon
icon
:
ReactNode
Optional
min
Amount
minAmount
?:
number
Optional
max
Amount
maxAmount
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
description
icon
min
Amount
max
Amount
CDP Frontend SDK
Loading...
A payment method for the fund component.