| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DestinationDetails |
DestinationDetails.Builder.build()
Builds a new
DestinationDetails object using the set fields. |
DestinationDetails |
PaymentRefund.getDestinationDetails()
Getter for DestinationDetails.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentRefund.Builder |
PaymentRefund.Builder.destinationDetails(DestinationDetails destinationDetails)
Setter for destinationDetails.
|
| Constructor and Description |
|---|
PaymentRefund(String id,
Money amountMoney,
io.apimatic.core.types.OptionalNullable<String> status,
io.apimatic.core.types.OptionalNullable<String> locationId,
Boolean unlinked,
io.apimatic.core.types.OptionalNullable<String> destinationType,
DestinationDetails destinationDetails,
Money appFeeMoney,
io.apimatic.core.types.OptionalNullable<List<ProcessingFee>> processingFee,
io.apimatic.core.types.OptionalNullable<String> paymentId,
io.apimatic.core.types.OptionalNullable<String> orderId,
io.apimatic.core.types.OptionalNullable<String> reason,
String createdAt,
String updatedAt,
String teamMemberId)
Initialization constructor.
|
PaymentRefund(String id,
Money amountMoney,
String status,
String locationId,
Boolean unlinked,
String destinationType,
DestinationDetails destinationDetails,
Money appFeeMoney,
List<ProcessingFee> processingFee,
String paymentId,
String orderId,
String reason,
String createdAt,
String updatedAt,
String teamMemberId)
Initialization constructor.
|
Copyright © 2024. All rights reserved.