API/Autodoc/Files/RuStorePayProductPurchaseParams.gd.md
Source code
# @brief Параметры покупки продукта.
class_name RuStorePayProductPurchaseParams extends RefCounted
# @brief Идентификатор продукта, который был присвоен продукту в консоли RuStore.
var productId: RuStorePayProductId = null
# как для платежей вне RuStore, так и для случаев, когда пользователь не авторизован в RuStore.
var appUserEmail: RuStorePayAppUserEmail = null
# Максимальная длина 128 символов.
var appUserId: RuStorePayAppUserId = null
# которую вы можете установить при инициализации процесса покупки (необязательный параметр).
var developerPayload: RuStorePayDeveloperPayload = null
# Максимальная длина 150 символов.
var orderId: RuStorePayOrderId = null
# @brief Количество продукта (необязательный параметр).
var quantity: RuStorePayQuantity = null
func _init(
productId: RuStorePayProductId,
appUserEmail: RuStorePayAppUserEmail = null,
appUserId: RuStorePayAppUserId = null,
developerPayload: RuStorePayDeveloperPayload = null,
orderId: RuStorePayOrderId = null,
quantity: RuStorePayQuantity = null
):
self.productId = productId
self.appUserEmail = appUserEmail
self.appUserId = appUserId
self.developerPayload = developerPayload
self.orderId = orderId
self.quantity = quantity
- Страницы
- ERuStorePayPreferredPurchaseType.gd.en
- ERuStorePayPreferredPurchaseType.gd
- ERuStorePayProductPurchaseStatus.gd.en
- ERuStorePayProductPurchaseStatus.gd
- ERuStorePayProductType.gd.en
- ERuStorePayProductType.gd
- ERuStorePayPurchaseStatusFilter.gd.en
- ERuStorePayPurchaseStatusFilter.gd
- ERuStorePayPurchaseType.gd.en
- ERuStorePayPurchaseType.gd
- ERuStorePaySdkTheme.gd.en
- ERuStorePaySdkTheme.gd
- ERuStorePaySubscriptionPurchaseStatus.gd.en
- ERuStorePaySubscriptionPurchaseStatus.gd
- ERuStorePayUserAuthorizationStatus.gd.en
- ERuStorePayUserAuthorizationStatus.gd
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotCore.en
- RuStoreGodotCore.gd.en
- RuStoreGodotCore.gd
- RuStoreGodotCore
- RuStoreGodotPay.en
- RuStoreGodotPay.gd.en
- RuStoreGodotPay.gd
- RuStoreGodotPay
- RuStorePayAmountLabel.gd.en
- RuStorePayAmountLabel.gd
- RuStorePayAppUserEmail.gd.en
- RuStorePayAppUserEmail.gd
- RuStorePayAppUserId.gd.en
- RuStorePayAppUserId.gd
- RuStorePayBaseValue.gd.en
- RuStorePayBaseValue.gd
- RuStorePayCurrency.gd.en
- RuStorePayCurrency.gd
- RuStorePayDescription.gd.en
- RuStorePayDescription.gd
- RuStorePayDeveloperPayload.gd.en
- RuStorePayDeveloperPayload.gd
- RuStorePayGetPurchaseAvailabilityResult.gd.en
- RuStorePayGetPurchaseAvailabilityResult.gd
- RuStorePayInvoiceId.gd.en
- RuStorePayInvoiceId.gd
- RuStorePayOrderId.gd.en
- RuStorePayOrderId.gd
- RuStorePayPrice.gd.en
- RuStorePayPrice.gd
- RuStorePayProduct.gd.en
- RuStorePayProduct.gd
- RuStorePayProductId.gd.en
- RuStorePayProductId.gd
- RuStorePayProductPurchase.gd.en
- RuStorePayProductPurchase.gd
- RuStorePayProductPurchaseParams.gd.en
- RuStorePayProductPurchaseParams.gd
- RuStorePayProductPurchaseResult.gd.en
- RuStorePayProductPurchaseResult.gd
- RuStorePayPurchase.gd.en
- RuStorePayPurchase.gd
- RuStorePayPurchaseId.gd.en
- RuStorePayPurchaseId.gd
- RuStorePayQuantity.gd.en
- RuStorePayQuantity.gd
- RuStorePaySubscriptionInfo.gd.en
- RuStorePaySubscriptionInfo.gd
- RuStorePaySubscriptionPeriod.gd.en
- RuStorePaySubscriptionPeriod.gd
- RuStorePaySubscriptionPurchase.gd.en
- RuStorePaySubscriptionPurchase.gd
- RuStorePaySubscriptionToken.gd.en
- RuStorePaySubscriptionToken.gd
- RuStorePayTime.gd.en
- RuStorePayTime.gd
- RuStorePayTitle.gd.en
- RuStorePayTitle.gd
- RuStorePayUrl.gd.en
- RuStorePayUrl.gd
- RuStorePaymentException.gd.en
- RuStorePaymentException.gd
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example
- ERuStorePayPreferredPurchaseType.gd.en
- ERuStorePayPreferredPurchaseType.gd
- ERuStorePayProductPurchaseStatus.gd.en
- ERuStorePayProductPurchaseStatus.gd
- ERuStorePayProductType.gd.en
- ERuStorePayProductType.gd
- ERuStorePayPurchaseStatusFilter.gd.en
- ERuStorePayPurchaseStatusFilter.gd
- ERuStorePayPurchaseType.gd.en
- ERuStorePayPurchaseType.gd
- ERuStorePaySdkTheme.gd.en
- ERuStorePaySdkTheme.gd
- ERuStorePaySubscriptionPurchaseStatus.gd.en
- ERuStorePaySubscriptionPurchaseStatus.gd
- ERuStorePayUserAuthorizationStatus.gd.en
- ERuStorePayUserAuthorizationStatus.gd
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotCore.en
- RuStoreGodotCore.gd.en
- RuStoreGodotCore.gd
- RuStoreGodotCore
- RuStoreGodotPay.en
- RuStoreGodotPay.gd.en
- RuStoreGodotPay.gd
- RuStoreGodotPay
- RuStorePayAmountLabel.gd.en
- RuStorePayAmountLabel.gd
- RuStorePayAppUserEmail.gd.en
- RuStorePayAppUserEmail.gd
- RuStorePayAppUserId.gd.en
- RuStorePayAppUserId.gd
- RuStorePayBaseValue.gd.en
- RuStorePayBaseValue.gd
- RuStorePayCurrency.gd.en
- RuStorePayCurrency.gd
- RuStorePayDescription.gd.en
- RuStorePayDescription.gd
- RuStorePayDeveloperPayload.gd.en
- RuStorePayDeveloperPayload.gd
- RuStorePayGetPurchaseAvailabilityResult.gd.en
- RuStorePayGetPurchaseAvailabilityResult.gd
- RuStorePayInvoiceId.gd.en
- RuStorePayInvoiceId.gd
- RuStorePayOrderId.gd.en
- RuStorePayOrderId.gd
- RuStorePayPrice.gd.en
- RuStorePayPrice.gd
- RuStorePayProduct.gd.en
- RuStorePayProduct.gd
- RuStorePayProductId.gd.en
- RuStorePayProductId.gd
- RuStorePayProductPurchase.gd.en
- RuStorePayProductPurchase.gd
- RuStorePayProductPurchaseParams.gd.en
- RuStorePayProductPurchaseParams.gd
- RuStorePayProductPurchaseResult.gd.en
- RuStorePayProductPurchaseResult.gd
- RuStorePayPurchase.gd.en
- RuStorePayPurchase.gd
- RuStorePayPurchaseId.gd.en
- RuStorePayPurchaseId.gd
- RuStorePayQuantity.gd.en
- RuStorePayQuantity.gd
- RuStorePaySubscriptionInfo.gd.en
- RuStorePaySubscriptionInfo.gd
- RuStorePaySubscriptionPeriod.gd.en
- RuStorePaySubscriptionPeriod.gd
- RuStorePaySubscriptionPurchase.gd.en
- RuStorePaySubscriptionPurchase.gd
- RuStorePaySubscriptionToken.gd.en
- RuStorePaySubscriptionToken.gd
- RuStorePayTime.gd.en
- RuStorePayTime.gd
- RuStorePayTitle.gd.en
- RuStorePayTitle.gd
- RuStorePayUrl.gd.en
- RuStorePayUrl.gd
- RuStorePaymentException.gd.en
- RuStorePaymentException.gd
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example