Types > GatewayPaypalFundingCreate
Commerce APITypesGatewayPaypalFundingCreate
GatewayPaypalFundingCreate

Description

Enable/disable funding options

Fields

card: Boolean!


credit: Boolean!


sepa: Boolean!


Used By

Types

GatewayPaypalCreate

Preview (typescript)

interface GatewayPaypalFundingCreate {
card: boolean
credit: boolean
sepa: boolean
}