| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
Patch |
Patch.Builder.build()
Builds a new
Patch object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
UpdateOrderTrackingInput.getBody()
Getter for Body.
|
List<Patch> |
PatchOrderInput.getBody()
Getter for Body.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrderTrackingInput.Builder |
UpdateOrderTrackingInput.Builder.body(List<Patch> body)
Setter for body.
|
PatchOrderInput.Builder |
PatchOrderInput.Builder.body(List<Patch> body)
Setter for body.
|
void |
UpdateOrderTrackingInput.setBody(List<Patch> body)
Setter for Body.
|
void |
PatchOrderInput.setBody(List<Patch> body)
Setter for Body.
|
| Constructor and Description |
|---|
PatchOrderInput(String id,
String contentType,
String paypalMockResponse,
String paypalAuthAssertion,
List<Patch> body)
Initialization constructor.
|
UpdateOrderTrackingInput(String id,
String trackerId,
String contentType,
String paypalAuthAssertion,
List<Patch> body)
Initialization constructor.
|
Copyright © 2025. All rights reserved.