You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>Talon.One unified JAVA SDK. It allows for programmatic access to the integration and management API with their respective authentication strategies</description>
* The reference ID of the selected price adjustment for this cart item. Only returned if the selected price resulted from a price adjustment.
532
+
* @return adjustmentReferenceId
533
+
**/
534
+
@javax.annotation.Nullable
535
+
@ApiModelProperty(example = "68851723-e6fa-488f-ace9-112581e6c19b", value = "The reference ID of the selected price adjustment for this cart item. Only returned if the selected price resulted from a price adjustment.")
* The date and time from which the price adjustment is effective. Only returned if the selected price resulted from a price adjustment that contains this field.
555
+
* @return adjustmentEffectiveFrom
556
+
**/
557
+
@javax.annotation.Nullable
558
+
@ApiModelProperty(example = "2021-09-12T10:12:42Z", value = "The date and time from which the price adjustment is effective. Only returned if the selected price resulted from a price adjustment that contains this field.")
* The date and time until which the price adjustment is effective. Only returned if the selected price resulted from a price adjustment that contains this field.
578
+
* @return adjustmentEffectiveUntil
579
+
**/
580
+
@javax.annotation.Nullable
581
+
@ApiModelProperty(example = "2021-09-12T10:12:42Z", value = "The date and time until which the price adjustment is effective. Only returned if the selected price resulted from a price adjustment that contains this field.")
* A map of keys and values representing the price types and related price adjustment details for this cart item. The keys correspond to the `priceType` names.
609
+
* @return prices
610
+
**/
611
+
@javax.annotation.Nullable
612
+
@ApiModelProperty(example = "{\"member\":{\"price\":90,\"adjustmentReferenceId\":\"68851723-e6fa-488f-ace9-112581e6c19b\",\"effectiveFrom\":\"2025-05-25T00:00:00Z\",\"effectiveUntil\":\"2025-05-30T00:00:00Z\"},\"base\":{\"price\":100}}", value = "A map of keys and values representing the price types and related price adjustment details for this cart item. The keys correspond to the `priceType` names. ")
0 commit comments