File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Source/FikaAmazonAPI/Parameter/ListingsItems Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ public bool Check()
26
26
}
27
27
if ( this . listingsItemPatchRequest == null )
28
28
{
29
- throw new InvalidDataException ( "ListingsItemPutRequest is a required property for ParameterPatchListingItem and cannot be null" ) ;
29
+ throw new InvalidDataException ( "ListingsItemPatchRequest is a required property for ParameterPatchListingItem and cannot be null" ) ;
30
30
}
31
- if ( string . IsNullOrWhiteSpace ( this . listingsItemPatchRequest . productType ) )
31
+ if ( string . IsNullOrWhiteSpace ( this . listingsItemPatchRequest . productType ) )
32
32
{
33
- throw new InvalidDataException ( "ListingsItemPutRequest is a required property for ParameterPatchListingItem and cannot be null" ) ;
33
+ throw new InvalidDataException ( "ListingsItemPatchRequest.productType is a required property for ParameterPatchListingItem and cannot be null" ) ;
34
34
}
35
- if ( this . listingsItemPatchRequest . patches == null || ! this . listingsItemPatchRequest . patches . Any ( ) )
35
+ if ( this . listingsItemPatchRequest . patches == null || ! this . listingsItemPatchRequest . patches . Any ( ) )
36
36
{
37
37
throw new InvalidDataException ( "Patches is a required property for ParameterPatchListingItem and cannot be null" ) ;
38
38
}
39
- return true ;
39
+ return true ;
40
40
}
41
41
42
42
public string sellerId { get ; set ; }
@@ -47,7 +47,7 @@ public bool Check()
47
47
48
48
public string issueLocale { get ; set ; }
49
49
50
- public ListingsItemPatchRequest listingsItemPatchRequest { get ; set ; }
50
+ public ListingsItemPatchRequest listingsItemPatchRequest { get ; set ; }
51
51
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments