Interface BaseProvisionalFundingSourceProvisioningData

Base shape of provider specific provisioningData property of ProvisionalFundingSource returned by setupFundingSource

interface BaseProvisionalFundingSourceProvisioningData {
    provider: string;
    type: FundingSourceType;
    version: number;
}

Hierarchy (view full)

Properties

Properties

provider: string

Provider of the provisioning data.

Type of funding source provider

version: number

Version of the format of the provisioning data.