FundingSourceSupportInfo
public struct FundingSourceSupportInfo : Equatable
Representation of a Funding Source’s Info
-
The provider type of the Funding Source
Declaration
Swift
public var providerType: String
-
The funding source type
Declaration
Swift
public var fundingSourceType: String
-
The network type of the funding source
Declaration
Swift
public var network: String
-
The details of the funding source
Declaration
Swift
public var detail: [FundingSourceSupportDetail]
-
Initialise an instance of
FundingSourceSupportInfo
.Declaration
Swift
public init( providerType: String, fundingSourceType: String, network: String, detail: [FundingSourceSupportDetail] )