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