Skip to content

Commit b8150dd

Browse files
authored
Merge pull request #389 from RenzoF/main
Removed incorrect empty Dpi class and made Dpi and integer
2 parents 48e7dbb + 2ef30f7 commit b8150dd

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ShippingV2/Dpi.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ShippingV2/RequestedDocumentSpecification.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ public class RequestedDocumentSpecification
2727
public DocumentSize Size { get; set; }
2828

2929
/// <summary>
30-
/// Gets or Sets Dpi
30+
/// The document specifications requested. For calls to the purchaseShipment operation, the shipment purchase fails if the specified document specifications are not among those returned in the response to the getRates operation.
3131
/// </summary>
3232
[DataMember(Name = "dpi", EmitDefaultValue = false)]
3333
[JsonProperty(PropertyName = "dpi")]
34-
public Dpi Dpi { get; set; }
34+
public int Dpi { get; set; }
3535

3636
/// <summary>
3737
/// Gets or Sets PageLayout

0 commit comments

Comments
 (0)