PaymentMethod

constructor(type: String? = null, name: String? = null, brands: List<String>? = null, brand: String? = null, fundingSource: String? = null, issuers: List<Issuer>? = null, configuration: Configuration? = null, details: List<InputDetail>? = null, apps: List<AppData>? = null)