attachPaymentMethod

abstract suspend fun attachPaymentMethod(    customerId: String,     publishableKey: String,     productUsageTokens: Set<String>,     paymentMethodId: String,     requestOptions: ApiRequest.Options): PaymentMethod?