-
-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
135 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
api/interfaces/CdvPurchase.AppleAppStore.AdditionalData.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Interface: AdditionalData | ||
|
||
[CdvPurchase](../modules/CdvPurchase.md).[AppleAppStore](../modules/CdvPurchase.AppleAppStore.md).AdditionalData | ||
|
||
Additional data passed with an order on AppStore | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [discount](CdvPurchase.AppleAppStore.AdditionalData.md#discount) | ||
|
||
## Properties | ||
|
||
### discount | ||
|
||
• `Optional` **discount**: [`PaymentDiscount`](CdvPurchase.AppleAppStore.PaymentDiscount.md) | ||
|
||
Information about the payment discount |
59 changes: 59 additions & 0 deletions
59
api/interfaces/CdvPurchase.AppleAppStore.PaymentDiscount.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Interface: PaymentDiscount | ||
|
||
[CdvPurchase](../modules/CdvPurchase.md).[AppleAppStore](../modules/CdvPurchase.AppleAppStore.md).PaymentDiscount | ||
|
||
The signed discount applied to a payment | ||
|
||
**`See`** | ||
|
||
[https://developer.apple.com/documentation/storekit/skpaymentdiscount?language=objc](https://developer.apple.com/documentation/storekit/skpaymentdiscount?language=objc) | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [id](CdvPurchase.AppleAppStore.PaymentDiscount.md#id) | ||
- [key](CdvPurchase.AppleAppStore.PaymentDiscount.md#key) | ||
- [nonce](CdvPurchase.AppleAppStore.PaymentDiscount.md#nonce) | ||
- [signature](CdvPurchase.AppleAppStore.PaymentDiscount.md#signature) | ||
- [timestamp](CdvPurchase.AppleAppStore.PaymentDiscount.md#timestamp) | ||
|
||
## Properties | ||
|
||
### id | ||
|
||
• **id**: `string` | ||
|
||
A string used to uniquely identify a discount offer for a product. | ||
|
||
___ | ||
|
||
### key | ||
|
||
• **key**: `string` | ||
|
||
A string that identifies the key used to generate the signature. | ||
|
||
___ | ||
|
||
### nonce | ||
|
||
• **nonce**: `string` | ||
|
||
A universally unique ID (UUID) value that you define. | ||
|
||
___ | ||
|
||
### signature | ||
|
||
• **signature**: `string` | ||
|
||
A string representing the properties of a specific promotional offer, cryptographically signed. | ||
|
||
___ | ||
|
||
### timestamp | ||
|
||
• **timestamp**: `string` | ||
|
||
The date and time of the signature's creation in milliseconds, formatted in Unix epoch time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters