PaymentConfiguration
data class PaymentConfiguration @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(val publishableKey: String, val stripeAccountId: String? = null) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun PaymentConfiguration(publishableKey: String, stripeAccountId: String? = null)
Content copied to clipboard