Skip to content

Commit 1d1ad88

Browse files
committed
docStrings for appSwitchIfEligible on requests
1 parent 37d0d68 commit 1d1ad88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/PayPalWebPayments/PayPalVaultRequest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public struct PayPalVaultRequest {
1111
/// Returned as top level `id` from the setup token API call
1212
public let setupTokenID: String
1313

14+
/// Used to determine if the customer will use the PayPal app switch flow
1415
public let appSwitchIfEligible: Bool
1516

1617
/// Creates an instance of a PayPal vault request

Sources/PayPalWebPayments/PayPalWebCheckoutRequest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public struct PayPalWebCheckoutRequest {
77
public let orderID: String
88
/// The funding for the order: credit, paylater or default
99
public let fundingSource: PayPalWebCheckoutFundingSource
10+
/// Used to determine if the customer will use the PayPal app switch flow
1011
public let appSwitchIfEligible: Bool
1112

1213
/// Creates an instance of a PayPalRequest.

0 commit comments

Comments
 (0)