Funding Source Support Info
data class FundingSourceSupportInfo(val providerType: String, val fundingSourceType: String, val network: String, val detail: List<FundingSourceSupportDetail>) : Parcelable
Constructors
Link copied to clipboard
constructor(providerType: String, fundingSourceType: String, network: String, detail: List<FundingSourceSupportDetail>)