tickera-angular-components 0.0.1-dev.53 → 0.0.1-dev.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1081,7 +1081,8 @@ interface ReservePerformanceDto {
|
|
|
1081
1081
|
coupon_code?: string;
|
|
1082
1082
|
gift_bond_code?: string;
|
|
1083
1083
|
corporate_bond_code?: string;
|
|
1084
|
-
|
|
1084
|
+
payment_method?: string;
|
|
1085
|
+
billing?: {
|
|
1085
1086
|
first_name: string;
|
|
1086
1087
|
last_name: string;
|
|
1087
1088
|
email: string;
|
|
@@ -1092,7 +1093,6 @@ interface ReservePerformanceDto {
|
|
|
1092
1093
|
city_id: number;
|
|
1093
1094
|
postal_code?: string;
|
|
1094
1095
|
address_notes?: string;
|
|
1095
|
-
payment_method: string;
|
|
1096
1096
|
terms_accepted: boolean;
|
|
1097
1097
|
data_processing_accepted: boolean;
|
|
1098
1098
|
comments?: string;
|