Skip to content

Commit 4a13fdb

Browse files
committed
Comment on optionals in WCPayCardPresentReceipt
1 parent e456c1b commit 4a13fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Networking/Networking/Model/WCPayCardPresentReceiptDetails.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ public struct WCPayCardPresentReceiptDetails: Codable, GeneratedCopiable, Genera
1414
public let accountType: WCPayCardFunding
1515

1616
/// The EMV Application Identifier (AID)
17+
/// Ideally these would not be optional, as they are required on the receipt. Stripe's simulated cards currently give `null` here.
18+
/// p1644486564027519-slack-C01G168NFC2
1719
public let applicationPreferredName: String?
1820

1921
/// The EMV Dedicated File (DF) Name
22+
/// Ideally these would not be optional, as they are required on the receipt. Stripe's simulated cards currently give `null` here.
23+
/// p1644486564027519-slack-C01G168NFC2
2024
public let dedicatedFileName: String?
2125

2226
public init(accountType: WCPayCardFunding,

0 commit comments

Comments
 (0)