File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ public class CustomerRequest
39
39
/// </summary>
40
40
public string DefaultAddress { get ; set ; }
41
41
42
+ /// <summary>
43
+ /// Customer's default card.
44
+ /// </summary>
45
+ public string DefaultCard { get ; set ; }
46
+
42
47
/// <summary>
43
48
/// Default address information.
44
49
/// </summary>
Original file line number Diff line number Diff line change 18
18
<SignAssembly >True</SignAssembly >
19
19
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
20
20
<TargetFrameworks >net5.0;netstandard2.0;net461</TargetFrameworks >
21
- <Version >2.1 .0</Version >
22
- <VersionPrefix >2.1 .0</VersionPrefix >
21
+ <Version >2.2 .0</Version >
22
+ <VersionPrefix >2.2 .0</VersionPrefix >
23
23
</PropertyGroup >
24
24
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ public class PaymentTransactionData
30
30
/// </summary>
31
31
public long ? FinancialInstitution { get ; set ; }
32
32
33
+ /// <summary>
34
+ /// URL to access the ticket.
35
+ /// </summary>
36
+ public string TicketUrl { get ; set ; }
37
+
33
38
/// <summary>
34
39
/// Bank info.
35
40
/// </summary>
You can’t perform that action at this time.
0 commit comments