PATH:
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
gateways
/
stripe
/
stripe-php
/
lib
<?php namespace Stripe; /** * Class Discount. * * @property string $checkout_session The Checkout session that this coupon is applied to, if it is applied to a particular session in payment mode. Will not be present for subscription mode. * @property \Stripe\Coupon $coupon Hash describing the coupon applied to create this discount. * @property string|\Stripe\Customer $customer The ID of the customer associated with this discount. * @property int $end If the coupon has a duration of repeating, the date that this discount will end. If the coupon has a duration of once or forever, this attribute will be null. * @property string $id The ID of the discount object. * @property string $invoice The invoice that the discount’s coupon was applied to, if it was applied directly to a particular invoice. * @property string $invoice_item The invoice item id (or invoice line item id for invoice line items of type=‘subscription’) that the discount’s coupon was applied to, if it was applied directly to a particular invoice item or invoice line item. * @property string $object String representing the object’s type. Objects of the same type share the same value. * @property string $promotion_code The promotion code applied to create this discount. * @property int $start Date that the coupon was applied. * @property string $subscription The subscription that this coupon is applied to, if it is applied to a particular subscription. */ class Discount extends StripeObject { const OBJECT_NAME = 'discount'; }
[-] PaymentIntent.php
[edit]
[-] ThreeDSecure.php
[edit]
[-] Charge.php
[edit]
[-] SubscriptionSchedule.php
[edit]
[-] Product.php
[edit]
[-] TaxRate.php
[edit]
[-] StripeObject.php
[edit]
[-] StripeClient.php
[edit]
[+]
Checkout
[+]
Util
[-] Balance.php
[edit]
[-] Review.php
[edit]
[-] OrderItem.php
[edit]
[+]
Issuing
[-] OAuth.php
[edit]
[-] SKU.php
[edit]
[-] InvoiceItem.php
[edit]
[-] SetupAttempt.php
[edit]
[-] ExchangeRate.php
[edit]
[-] InvoiceLineItem.php
[edit]
[-] CustomerBalanceTransaction.php
[edit]
[-] Event.php
[edit]
[-] SourceTransaction.php
[edit]
[-] BalanceTransaction.php
[edit]
[-] AlipayAccount.php
[edit]
[-] TransferReversal.php
[edit]
[-] Topup.php
[edit]
[-] PromotionCode.php
[edit]
[+]
Radar
[-] ApplePayDomain.php
[edit]
[+]
Sigma
[-] Plan.php
[edit]
[-] SetupIntent.php
[edit]
[-] Price.php
[edit]
[-] Recipient.php
[edit]
[-] Invoice.php
[edit]
[-] RequestTelemetry.php
[edit]
[+]
..
[-] Account.php
[edit]
[-] OAuthErrorObject.php
[edit]
[-] Card.php
[edit]
[-] PaymentMethod.php
[edit]
[-] OrderReturn.php
[edit]
[-] Webhook.php
[edit]
[-] ApiResponse.php
[edit]
[-] CountrySpec.php
[edit]
[+]
Identity
[-] WebhookEndpoint.php
[edit]
[-] CreditNote.php
[edit]
[+]
ApiOperations
[-] SubscriptionItem.php
[edit]
[-] Order.php
[edit]
[-] Quote.php
[edit]
[-] BankAccount.php
[edit]
[-] Source.php
[edit]
[-] Capability.php
[edit]
[-] File.php
[edit]
[-] ApplicationFee.php
[edit]
[-] Payout.php
[edit]
[-] FileLink.php
[edit]
[-] RecipientTransfer.php
[edit]
[-] Stripe.php
[edit]
[-] TaxId.php
[edit]
[-] Mandate.php
[edit]
[-] ErrorObject.php
[edit]
[-] Person.php
[edit]
[-] Customer.php
[edit]
[-] UsageRecord.php
[edit]
[-] LineItem.php
[edit]
[+]
Terminal
[-] CreditNoteLineItem.php
[edit]
[-] UsageRecordSummary.php
[edit]
[-] BitcoinTransaction.php
[edit]
[-] TaxCode.php
[edit]
[-] Transfer.php
[edit]
[-] EphemeralKey.php
[edit]
[+]
Service
[+]
Exception
[-] BaseStripeClientInterface.php
[edit]
[-] Dispute.php
[edit]
[-] Discount.php
[edit]
[-] ApplicationFeeRefund.php
[edit]
[-] Coupon.php
[edit]
[-] ApiRequestor.php
[edit]
[-] SingletonApiResource.php
[edit]
[-] ApiResource.php
[edit]
[-] AccountLink.php
[edit]
[-] Token.php
[edit]
[-] StripeStreamingClientInterface.php
[edit]
[-] Subscription.php
[edit]
[-] StripeClientInterface.php
[edit]
[+]
HttpClient
[+]
BillingPortal
[+]
Reporting
[-] Collection.php
[edit]
[-] LoginLink.php
[edit]
[-] BaseStripeClient.php
[edit]
[-] BitcoinReceiver.php
[edit]
[-] Refund.php
[edit]
[-] WebhookSignature.php
[edit]