|
220 | 220 | A3C294A1221CA80800A186B6 /* OrderPaymentAuthorize.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3C294A0221CA80800A186B6 /* OrderPaymentAuthorize.swift */; };
|
221 | 221 | A3E43CA222286F4B006E65A5 /* Encodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E43CA122286F4B006E65A5 /* Encodable.swift */; };
|
222 | 222 | A3E43CA6222E0057006E65A5 /* RequestBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E43CA5222E0057006E65A5 /* RequestBuilder.swift */; };
|
| 223 | + A3EF1D9222FB7BE00063A08B /* PriceGroupCustomer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3EF1D9122FB7BE00063A08B /* PriceGroupCustomer.swift */; }; |
| 224 | + A3EF1D9422FB7D0C0063A08B /* PriceGroupCustomerListLoadQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3EF1D9322FB7D0C0063A08B /* PriceGroupCustomerListLoadQueryRequest.swift */; }; |
| 225 | + A3EF1D9622FB7D370063A08B /* PriceGroupCustomerListLoadQueryResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3EF1D9522FB7D370063A08B /* PriceGroupCustomerListLoadQueryResponse.swift */; }; |
223 | 226 | /* End PBXBuildFile section */
|
224 | 227 |
|
225 | 228 | /* Begin PBXFileReference section */
|
|
449 | 452 | A3E43C8F2224ABF3006E65A5 /* UpdateProductInventoryExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateProductInventoryExample.swift; sourceTree = "<group>"; };
|
450 | 453 | A3E43CA122286F4B006E65A5 /* Encodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Encodable.swift; sourceTree = "<group>"; };
|
451 | 454 | A3E43CA5222E0057006E65A5 /* RequestBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestBuilder.swift; sourceTree = "<group>"; };
|
| 455 | + A3EF1D9122FB7BE00063A08B /* PriceGroupCustomer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PriceGroupCustomer.swift; sourceTree = "<group>"; }; |
| 456 | + A3EF1D9322FB7D0C0063A08B /* PriceGroupCustomerListLoadQueryRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PriceGroupCustomerListLoadQueryRequest.swift; sourceTree = "<group>"; }; |
| 457 | + A3EF1D9522FB7D370063A08B /* PriceGroupCustomerListLoadQueryResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PriceGroupCustomerListLoadQueryResponse.swift; sourceTree = "<group>"; }; |
452 | 458 | /* End PBXFileReference section */
|
453 | 459 |
|
454 | 460 | /* Begin PBXFrameworksBuildPhase section */
|
|
580 | 586 | A356EEF822026CE10048CD5F /* OrderShipmentListUpdateResponse.swift */,
|
581 | 587 | A356EF1622026CE10048CD5F /* OrderUpdateCustomerInformationResponse.swift */,
|
582 | 588 | A3C2949A221CA7B500A186B6 /* PaymentMethodListLoadResponse.swift */,
|
| 589 | + A3EF1D9522FB7D370063A08B /* PriceGroupCustomerListLoadQueryResponse.swift */, |
583 | 590 | A356EEFB22026CE10048CD5F /* PriceGroupCustomerUpdateAssignedResponse.swift */,
|
584 | 591 | A356EEF522026CE10048CD5F /* PriceGroupListLoadQueryResponse.swift */,
|
585 | 592 | A356EF2C22026CE10048CD5F /* PriceGroupProductListLoadQueryResponse.swift */,
|
|
642 | 649 | A3C29489221CA72B00A186B6 /* PaymentCardType.swift */,
|
643 | 650 | A3C29488221CA72B00A186B6 /* PaymentMethod.swift */,
|
644 | 651 | A356EF6222026CE20048CD5F /* PriceGroup.swift */,
|
| 652 | + A3EF1D9122FB7BE00063A08B /* PriceGroupCustomer.swift */, |
645 | 653 | A356EF5E22026CE20048CD5F /* PriceGroupProduct.swift */,
|
646 | 654 | A356EF3A22026CE20048CD5F /* PrintQueue.swift */,
|
647 | 655 | A356EF3022026CE20048CD5F /* PrintQueueJob.swift */,
|
|
733 | 741 | A356EF7922026CE20048CD5F /* OrderShipmentListUpdateRequest.swift */,
|
734 | 742 | A356EF8322026CE20048CD5F /* OrderUpdateCustomerInformationRequest.swift */,
|
735 | 743 | A3C29492221CA78200A186B6 /* PaymentMethodListLoadRequest.swift */,
|
| 744 | + A3EF1D9322FB7D0C0063A08B /* PriceGroupCustomerListLoadQueryRequest.swift */, |
736 | 745 | A356EFA722026CE20048CD5F /* PriceGroupCustomerUpdateAssignedRequest.swift */,
|
737 | 746 | A356EF9F22026CE20048CD5F /* PriceGroupListLoadQueryRequest.swift */,
|
738 | 747 | A356EF7F22026CE20048CD5F /* PriceGroupProductListLoadQueryRequest.swift */,
|
|
879 | 888 | A356EFE022026CE30048CD5F /* OrderPaymentRefundResponse.swift in Sources */,
|
880 | 889 | A356EFC122026CE30048CD5F /* OrderShipmentListUpdateResponse.swift in Sources */,
|
881 | 890 | A356EFE422026CE30048CD5F /* ProductImageAddResponse.swift in Sources */,
|
| 891 | + A3EF1D9622FB7D370063A08B /* PriceGroupCustomerListLoadQueryResponse.swift in Sources */, |
882 | 892 | A356F04722026CE30048CD5F /* CustomerUpdateRequest.swift in Sources */,
|
883 | 893 | A356F02A22026CE30048CD5F /* PriceGroup.swift in Sources */,
|
884 | 894 | A356F03422026CE30048CD5F /* Version.swift in Sources */,
|
|
1021 | 1031 | A356EFE522026CE30048CD5F /* AvailabilityGroupPaymentMethodUpdateAssignedResponse.swift in Sources */,
|
1022 | 1032 | A356F05522026CE30048CD5F /* NoteUpdateRequest.swift in Sources */,
|
1023 | 1033 | A356F05722026CE30048CD5F /* PrintQueueJobInsertRequest.swift in Sources */,
|
| 1034 | + A3EF1D9222FB7BE00063A08B /* PriceGroupCustomer.swift in Sources */, |
1024 | 1035 | A356EFDE22026CE30048CD5F /* NoteDeleteResponse.swift in Sources */,
|
1025 | 1036 | A3C2949C221CA7B500A186B6 /* PrintQueueJobStatusResponse.swift in Sources */,
|
1026 | 1037 | A356F04422026CE30048CD5F /* CustomerPaymentCardRegisterRequest.swift in Sources */,
|
|
1052 | 1063 | A356F06622026CE30048CD5F /* ProductListLoadQueryRequest.swift in Sources */,
|
1053 | 1064 | A356F02022026CE30048CD5F /* Product.swift in Sources */,
|
1054 | 1065 | A356EFC722026CE30048CD5F /* OrderCreateResponse.swift in Sources */,
|
| 1066 | + A3EF1D9422FB7D0C0063A08B /* PriceGroupCustomerListLoadQueryRequest.swift in Sources */, |
1055 | 1067 | A356F05B22026CE30048CD5F /* OrderItemUpdateRequest.swift in Sources */,
|
1056 | 1068 | A356F05122026CE30048CD5F /* ProductDeleteRequest.swift in Sources */,
|
1057 | 1069 | A356EFC622026CE30048CD5F /* CouponListLoadQueryResponse.swift in Sources */,
|
|
0 commit comments