FundingSource
Funding Source
interface FundingSource {
id: ID!
name: String
statusInfo: FundingSourceStatusInfo!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
FundingSource.id
● ID!
non-null scalar
ID of the Funding Source
FundingSource.name
● String
scalar
Name of the Funding Source
FundingSource.statusInfo
● FundingSourceStatusInfo!
non-null interface
Funding Source status information
FundingSource.createdAt
● DateTime!
non-null scalar
Created date
FundingSource.updatedAt
● DateTime!
non-null scalar
Last updated date
Returned By
fundingSource
query
Member Of
AddDirectDebitFundingSourceSuccessPayload
object ● CancelFundingSourceSuccessPayload
object ● FundingSourceEdge
object
Implemented By
DirectDebitFundingSource
object