PaymentMethodNonce
abstract class PaymentMethodNonce @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(val string: String, val isDefault: Boolean) : Parcelable
Base class representing a method of payment for a customer. PaymentMethodNonce represents the common interface of all payment method nonces, and can be handled by a server interchangeably.