| Modifier and Type | Method and Description |
|---|---|
Amount |
CaptureResponse.getAmount() |
Amount |
CaptureResponse.getSettlementAmount() |
| Modifier and Type | Method and Description |
|---|---|
CaptureResponse.CaptureResponseBuilder |
CaptureResponse.CaptureResponseBuilder.amount(Amount amount) |
void |
CaptureResponse.setAmount(Amount amount) |
void |
CaptureResponse.setSettlementAmount(Amount settlementAmount) |
CaptureResponse.CaptureResponseBuilder |
CaptureResponse.CaptureResponseBuilder.settlementAmount(Amount settlementAmount) |
| Constructor and Description |
|---|
CaptureResponse(String resource,
String id,
String mode,
Amount amount,
Amount settlementAmount,
String paymentId,
Optional<String> shipmentId,
Optional<String> settlementId,
Date createdAt,
CaptureLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
ChargebackResponse.getAmount() |
Amount |
ChargebackResponse.getSettlementAmount() |
| Modifier and Type | Method and Description |
|---|---|
ChargebackResponse.ChargebackResponseBuilder |
ChargebackResponse.ChargebackResponseBuilder.amount(Amount amount) |
void |
ChargebackResponse.setAmount(Amount amount) |
void |
ChargebackResponse.setSettlementAmount(Amount settlementAmount) |
ChargebackResponse.ChargebackResponseBuilder |
ChargebackResponse.ChargebackResponseBuilder.settlementAmount(Amount settlementAmount) |
| Constructor and Description |
|---|
ChargebackResponse(String resource,
String id,
Amount amount,
Amount settlementAmount,
Date createdAt,
Date reversedAt,
String paymentId,
ChargebackLinks links,
Optional<ChargebackEmbedded> embedded) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
Amount.AmountBuilder.build() |
Amount |
ApplicationFee.getAmount() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFee.ApplicationFeeBuilder |
ApplicationFee.ApplicationFeeBuilder.amount(Amount amount) |
void |
ApplicationFee.setAmount(Amount amount) |
| Constructor and Description |
|---|
ApplicationFee(Amount amount,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
InvoiceLine.getAmount() |
Amount |
InvoiceResponse.getGrossAmount() |
Amount |
InvoiceResponse.getNetAmount() |
Amount |
InvoiceResponse.getVatAmount() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceLine.InvoiceLineBuilder |
InvoiceLine.InvoiceLineBuilder.amount(Amount amount) |
InvoiceResponse.InvoiceResponseBuilder |
InvoiceResponse.InvoiceResponseBuilder.grossAmount(Amount grossAmount) |
InvoiceResponse.InvoiceResponseBuilder |
InvoiceResponse.InvoiceResponseBuilder.netAmount(Amount netAmount) |
void |
InvoiceLine.setAmount(Amount amount) |
void |
InvoiceResponse.setGrossAmount(Amount grossAmount) |
void |
InvoiceResponse.setNetAmount(Amount netAmount) |
void |
InvoiceResponse.setVatAmount(Amount vatAmount) |
InvoiceResponse.InvoiceResponseBuilder |
InvoiceResponse.InvoiceResponseBuilder.vatAmount(Amount vatAmount) |
| Constructor and Description |
|---|
InvoiceLine(String period,
String description,
int count,
double vatPercentage,
Amount amount) |
InvoiceResponse(String resource,
String id,
String reference,
String vatNumber,
InvoiceStatus status,
Date issuedAt,
Date paidAt,
Date dueAt,
Amount netAmount,
Amount vatAmount,
Amount grossAmount,
List<InvoiceLine> lines,
InvoiceLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
MethodPricing.getFixed() |
Amount |
MethodResponse.getMaximumAmount() |
Amount |
MethodResponse.getMinimumAmount() |
| Modifier and Type | Method and Description |
|---|---|
MethodPricing.MethodPricingBuilder |
MethodPricing.MethodPricingBuilder.fixed(Amount fixed) |
MethodResponse.MethodResponseBuilder |
MethodResponse.MethodResponseBuilder.maximumAmount(Amount maximumAmount) |
MethodResponse.MethodResponseBuilder |
MethodResponse.MethodResponseBuilder.minimumAmount(Amount minimumAmount) |
void |
MethodPricing.setFixed(Amount fixed) |
void |
MethodResponse.setMaximumAmount(Amount maximumAmount) |
void |
MethodResponse.setMinimumAmount(Amount minimumAmount) |
| Constructor and Description |
|---|
MethodPricing(String description,
Amount fixed,
String variable) |
MethodResponse(String resource,
String id,
String description,
Amount minimumAmount,
Amount maximumAmount,
Image image,
MethodLinks links,
List<SimpleMethodResponse> issuers,
List<MethodPricing> pricing) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
OrderRequest.getAmount() |
Amount |
OrderResponse.getAmount() |
Amount |
OrderLineResponse.getAmountCanceled() |
Amount |
OrderLineResponse.getAmountRefunded() |
Amount |
OrderLineResponse.getAmountShipped() |
Amount |
OrderLineRequest.getTotalAmount() |
Amount |
OrderLineResponse.getTotalAmount() |
Amount |
OrderLineRequest.getUnitPrice() |
Amount |
OrderLineResponse.getUnitPrice() |
Amount |
OrderLineRequest.getVatAmount() |
Amount |
OrderLineResponse.getVatAmount() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Amount> |
OrderRefundLineRequest.getAmount() |
Optional<Amount> |
CancelOrderLineRequest.getAmount() |
Optional<Amount> |
OrderResponse.getAmountCaptured() |
Optional<Amount> |
OrderResponse.getAmountRefunded() |
Optional<Amount> |
OrderLineUpdateRequest.getDiscountAmount() |
Optional<Amount> |
OrderLineRequest.getDiscountAmount() |
Optional<Amount> |
OrderLineResponse.getDiscountAmount() |
Optional<Amount> |
OrderLineUpdateRequest.getTotalAmount() |
Optional<Amount> |
OrderLineUpdateRequest.getUnitPrice() |
Optional<Amount> |
OrderLineUpdateRequest.getVatAmount() |
| Modifier and Type | Method and Description |
|---|---|
OrderRequest.OrderRequestBuilder |
OrderRequest.OrderRequestBuilder.amount(Amount amount) |
OrderResponse.OrderResponseBuilder |
OrderResponse.OrderResponseBuilder.amount(Amount amount) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.amountCanceled(Amount amountCanceled) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.amountRefunded(Amount amountRefunded) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.amountShipped(Amount amountShipped) |
void |
OrderRequest.setAmount(Amount amount) |
void |
OrderResponse.setAmount(Amount amount) |
void |
OrderLineResponse.setAmountCanceled(Amount amountCanceled) |
void |
OrderLineResponse.setAmountRefunded(Amount amountRefunded) |
void |
OrderLineResponse.setAmountShipped(Amount amountShipped) |
void |
OrderLineRequest.setTotalAmount(Amount totalAmount) |
void |
OrderLineResponse.setTotalAmount(Amount totalAmount) |
void |
OrderLineRequest.setUnitPrice(Amount unitPrice) |
void |
OrderLineResponse.setUnitPrice(Amount unitPrice) |
void |
OrderLineRequest.setVatAmount(Amount vatAmount) |
void |
OrderLineResponse.setVatAmount(Amount vatAmount) |
OrderLineRequest.OrderLineRequestBuilder |
OrderLineRequest.OrderLineRequestBuilder.totalAmount(Amount totalAmount) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.totalAmount(Amount totalAmount) |
OrderLineRequest.OrderLineRequestBuilder |
OrderLineRequest.OrderLineRequestBuilder.unitPrice(Amount unitPrice) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.unitPrice(Amount unitPrice) |
OrderLineRequest.OrderLineRequestBuilder |
OrderLineRequest.OrderLineRequestBuilder.vatAmount(Amount vatAmount) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.vatAmount(Amount vatAmount) |
| Modifier and Type | Method and Description |
|---|---|
OrderRefundLineRequest.OrderRefundLineRequestBuilder |
OrderRefundLineRequest.OrderRefundLineRequestBuilder.amount(Optional<Amount> amount) |
CancelOrderLineRequest.CancelOrderLineRequestBuilder |
CancelOrderLineRequest.CancelOrderLineRequestBuilder.amount(Optional<Amount> amount) |
OrderResponse.OrderResponseBuilder |
OrderResponse.OrderResponseBuilder.amountCaptured(Optional<Amount> amountCaptured) |
OrderResponse.OrderResponseBuilder |
OrderResponse.OrderResponseBuilder.amountRefunded(Optional<Amount> amountRefunded) |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder.discountAmount(Optional<Amount> discountAmount) |
OrderLineRequest.OrderLineRequestBuilder |
OrderLineRequest.OrderLineRequestBuilder.discountAmount(Optional<Amount> discountAmount) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.discountAmount(Optional<Amount> discountAmount) |
void |
OrderRefundLineRequest.setAmount(Optional<Amount> amount) |
void |
CancelOrderLineRequest.setAmount(Optional<Amount> amount) |
void |
OrderResponse.setAmountCaptured(Optional<Amount> amountCaptured) |
void |
OrderResponse.setAmountRefunded(Optional<Amount> amountRefunded) |
void |
OrderLineUpdateRequest.setDiscountAmount(Optional<Amount> discountAmount) |
void |
OrderLineRequest.setDiscountAmount(Optional<Amount> discountAmount) |
void |
OrderLineResponse.setDiscountAmount(Optional<Amount> discountAmount) |
void |
OrderLineUpdateRequest.setTotalAmount(Optional<Amount> totalAmount) |
void |
OrderLineUpdateRequest.setUnitPrice(Optional<Amount> unitPrice) |
void |
OrderLineUpdateRequest.setVatAmount(Optional<Amount> vatAmount) |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder.totalAmount(Optional<Amount> totalAmount) |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder.unitPrice(Optional<Amount> unitPrice) |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder |
OrderLineUpdateRequest.OrderLineUpdateRequestBuilder.vatAmount(Optional<Amount> vatAmount) |
| Constructor and Description |
|---|
OrderLineRequest(Optional<OrderLineType> type,
String name,
int quantity,
Amount unitPrice,
Optional<Amount> discountAmount,
Amount totalAmount,
String vatRate,
Amount vatAmount,
Optional<String> sku,
Optional<String> imageUrl,
Optional<String> productUrl,
Optional<Map<String,Object>> metadata) |
OrderLineResponse(String resource,
String id,
OrderLineType type,
String name,
OrderStatus status,
boolean isCancelable,
int quantity,
int quantityShipped,
Amount amountShipped,
int quantityRefunded,
Amount amountRefunded,
int quantityCanceled,
Amount amountCanceled,
int shippableQuantity,
int refundableQuantity,
int cancelableQuantity,
Amount unitPrice,
Optional<Amount> discountAmount,
Amount totalAmount,
String vatRate,
Amount vatAmount,
Optional<String> sku,
Date createdAt,
OrderLineLinks links) |
OrderRequest(Amount amount,
String orderNumber,
List<OrderLineRequest> lines,
OrderAddressRequest billingAddress,
Optional<OrderAddressRequest> shippingAddress,
Optional<Date> consumerDateOfBirth,
Optional<String> redirectUrl,
Optional<String> webhookUrl,
Locale locale,
Optional<List<PaymentMethod>> method,
Map<String,Object> payment,
Map<String,Object> metaData,
Optional<Date> expiresAt,
Optional<String> profileId,
Optional<Boolean> testmode) |
OrderResponse(String resource,
String id,
String profileId,
String method,
String mode,
Amount amount,
Optional<Amount> amountCaptured,
Optional<Amount> amountRefunded,
OrderStatus status,
boolean isCancelable,
OrderAddressResponse billingAddress,
Optional<Date> consumerDateOfBirth,
String orderNumber,
OrderAddressResponse shippingAddress,
Locale locale,
Map<String,Object> metadata,
String redirectUrl,
List<OrderLineResponse> lines,
Optional<String> webhookUrl,
Date createdAt,
Optional<Date> expiresAt,
Optional<Date> expiredAt,
Optional<Date> paidAt,
Optional<Date> authorizedAt,
Optional<Date> canceledAt,
Optional<Date> completedAt,
Optional<OrderEmbedded> embedded,
OrderLinks links) |
| Constructor and Description |
|---|
CancelOrderLineRequest(String id,
Optional<Integer> quantity,
Optional<Amount> amount) |
OrderLineRequest(Optional<OrderLineType> type,
String name,
int quantity,
Amount unitPrice,
Optional<Amount> discountAmount,
Amount totalAmount,
String vatRate,
Amount vatAmount,
Optional<String> sku,
Optional<String> imageUrl,
Optional<String> productUrl,
Optional<Map<String,Object>> metadata) |
OrderLineResponse(String resource,
String id,
OrderLineType type,
String name,
OrderStatus status,
boolean isCancelable,
int quantity,
int quantityShipped,
Amount amountShipped,
int quantityRefunded,
Amount amountRefunded,
int quantityCanceled,
Amount amountCanceled,
int shippableQuantity,
int refundableQuantity,
int cancelableQuantity,
Amount unitPrice,
Optional<Amount> discountAmount,
Amount totalAmount,
String vatRate,
Amount vatAmount,
Optional<String> sku,
Date createdAt,
OrderLineLinks links) |
OrderLineUpdateRequest(Optional<String> name,
Optional<String> imageUrl,
Optional<Integer> quantity,
Optional<Amount> unitPrice,
Optional<Amount> discountAmount,
Optional<Amount> totalAmount,
Optional<Amount> vatAmount,
Optional<String> vatRate,
Optional<Boolean> testmode) |
OrderLineUpdateRequest(Optional<String> name,
Optional<String> imageUrl,
Optional<Integer> quantity,
Optional<Amount> unitPrice,
Optional<Amount> discountAmount,
Optional<Amount> totalAmount,
Optional<Amount> vatAmount,
Optional<String> vatRate,
Optional<Boolean> testmode) |
OrderLineUpdateRequest(Optional<String> name,
Optional<String> imageUrl,
Optional<Integer> quantity,
Optional<Amount> unitPrice,
Optional<Amount> discountAmount,
Optional<Amount> totalAmount,
Optional<Amount> vatAmount,
Optional<String> vatRate,
Optional<Boolean> testmode) |
OrderLineUpdateRequest(Optional<String> name,
Optional<String> imageUrl,
Optional<Integer> quantity,
Optional<Amount> unitPrice,
Optional<Amount> discountAmount,
Optional<Amount> totalAmount,
Optional<Amount> vatAmount,
Optional<String> vatRate,
Optional<Boolean> testmode) |
OrderRefundLineRequest(String id,
Optional<Integer> quantity,
Optional<Amount> amount) |
OrderResponse(String resource,
String id,
String profileId,
String method,
String mode,
Amount amount,
Optional<Amount> amountCaptured,
Optional<Amount> amountRefunded,
OrderStatus status,
boolean isCancelable,
OrderAddressResponse billingAddress,
Optional<Date> consumerDateOfBirth,
String orderNumber,
OrderAddressResponse shippingAddress,
Locale locale,
Map<String,Object> metadata,
String redirectUrl,
List<OrderLineResponse> lines,
Optional<String> webhookUrl,
Date createdAt,
Optional<Date> expiresAt,
Optional<Date> expiredAt,
Optional<Date> paidAt,
Optional<Date> authorizedAt,
Optional<Date> canceledAt,
Optional<Date> completedAt,
Optional<OrderEmbedded> embedded,
OrderLinks links) |
OrderResponse(String resource,
String id,
String profileId,
String method,
String mode,
Amount amount,
Optional<Amount> amountCaptured,
Optional<Amount> amountRefunded,
OrderStatus status,
boolean isCancelable,
OrderAddressResponse billingAddress,
Optional<Date> consumerDateOfBirth,
String orderNumber,
OrderAddressResponse shippingAddress,
Locale locale,
Map<String,Object> metadata,
String redirectUrl,
List<OrderLineResponse> lines,
Optional<String> webhookUrl,
Date createdAt,
Optional<Date> expiresAt,
Optional<Date> expiredAt,
Optional<Date> paidAt,
Optional<Date> authorizedAt,
Optional<Date> canceledAt,
Optional<Date> completedAt,
Optional<OrderEmbedded> embedded,
OrderLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
PaymentResponse.getAmount() |
Amount |
GiftCardResponse.getAmount() |
Amount |
PaymentRequest.getAmount() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Amount> |
PaymentResponse.getAmountCaptured() |
Optional<Amount> |
PaymentResponse.getAmountRefunded() |
Optional<Amount> |
PaymentResponse.getAmountRemaining() |
Optional<Amount> |
PaymentDetailsResponse.getBitcoinAmount() |
Optional<Amount> |
PaymentDetailsResponse.getRemainderAmount() |
Optional<Amount> |
PaymentResponse.getSettlementAmount() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.amount(Amount amount) |
GiftCardResponse.GiftCardResponseBuilder |
GiftCardResponse.GiftCardResponseBuilder.amount(Amount amount) |
PaymentRequest.PaymentRequestBuilder |
PaymentRequest.PaymentRequestBuilder.amount(Amount amount) |
void |
PaymentResponse.setAmount(Amount amount) |
void |
GiftCardResponse.setAmount(Amount amount) |
void |
PaymentRequest.setAmount(Amount amount) |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.amountCaptured(Optional<Amount> amountCaptured) |
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.amountRefunded(Optional<Amount> amountRefunded) |
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.amountRemaining(Optional<Amount> amountRemaining) |
PaymentDetailsResponse.PaymentDetailsResponseBuilder |
PaymentDetailsResponse.PaymentDetailsResponseBuilder.bitcoinAmount(Optional<Amount> bitcoinAmount) |
PaymentDetailsResponse.PaymentDetailsResponseBuilder |
PaymentDetailsResponse.PaymentDetailsResponseBuilder.remainderAmount(Optional<Amount> remainderAmount) |
void |
PaymentResponse.setAmountCaptured(Optional<Amount> amountCaptured) |
void |
PaymentResponse.setAmountRefunded(Optional<Amount> amountRefunded) |
void |
PaymentResponse.setAmountRemaining(Optional<Amount> amountRemaining) |
void |
PaymentDetailsResponse.setBitcoinAmount(Optional<Amount> bitcoinAmount) |
void |
PaymentDetailsResponse.setRemainderAmount(Optional<Amount> remainderAmount) |
void |
PaymentResponse.setSettlementAmount(Optional<Amount> settlementAmount) |
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.settlementAmount(Optional<Amount> settlementAmount) |
| Constructor and Description |
|---|
GiftCardResponse(String issuer,
Amount amount,
String voucherNumber) |
PaymentRequest(Amount amount,
String description,
Optional<String> redirectUrl,
Optional<String> webhookUrl,
Optional<Locale> locale,
Optional<PaymentMethod> method,
Map<String,Object> metadata,
Optional<SequenceType> sequenceType,
Optional<String> customerId,
Optional<String> mandateId,
Optional<String> cardToken,
Optional<String> billingEmail,
Optional<Date> dueDate,
Optional<AddressRequest> billingAddress,
Optional<AddressRequest> shippingAddress,
Optional<String> issuer,
Optional<String> voucherNumber,
Optional<String> voucherPin,
Optional<String> customerReference,
Optional<String> consumerName,
Optional<String> consumerAccount,
Optional<String> profileId,
Optional<ApplicationFee> applicationFee) |
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
| Constructor and Description |
|---|
PaymentDetailsResponse(Optional<String> cardNumber,
Optional<String> cardFingerprint,
Optional<String> bankname,
Optional<String> bankAccount,
Optional<String> bankBic,
Optional<String> transferReference,
Optional<String> consumerName,
Optional<String> consumerAccount,
Optional<String> consumerBic,
Optional<String> billingEmail,
Optional<String> bitcoinAddress,
Optional<Amount> bitcoinAmount,
Optional<String> bitcoinUri,
Optional<String> cardHolder,
Optional<String> carNumber,
Optional<String> cardAudience,
Optional<String> cardLabel,
Optional<String> cardCountryCode,
Optional<String> cardSecurity,
Optional<String> feeRegion,
Optional<String> failureReason,
Optional<String> voucherNumber,
List<GiftCardResponse> giftcards,
Optional<Amount> remainderAmount,
Optional<String> remainderMethod,
Optional<String> paypalReference,
Optional<String> customerReference,
Optional<String> creditorIdentifier,
Optional<Date> dueDate,
Optional<Date> signatureDate,
Optional<String> bankReasonCode,
Optional<String> bankReason,
Optional<String> endToEndIdentifier,
Optional<String> mandateReference,
Optional<String> batchReference,
Optional<String> fileReference,
Optional<QrCode> qrCode) |
PaymentDetailsResponse(Optional<String> cardNumber,
Optional<String> cardFingerprint,
Optional<String> bankname,
Optional<String> bankAccount,
Optional<String> bankBic,
Optional<String> transferReference,
Optional<String> consumerName,
Optional<String> consumerAccount,
Optional<String> consumerBic,
Optional<String> billingEmail,
Optional<String> bitcoinAddress,
Optional<Amount> bitcoinAmount,
Optional<String> bitcoinUri,
Optional<String> cardHolder,
Optional<String> carNumber,
Optional<String> cardAudience,
Optional<String> cardLabel,
Optional<String> cardCountryCode,
Optional<String> cardSecurity,
Optional<String> feeRegion,
Optional<String> failureReason,
Optional<String> voucherNumber,
List<GiftCardResponse> giftcards,
Optional<Amount> remainderAmount,
Optional<String> remainderMethod,
Optional<String> paypalReference,
Optional<String> customerReference,
Optional<String> creditorIdentifier,
Optional<Date> dueDate,
Optional<Date> signatureDate,
Optional<String> bankReasonCode,
Optional<String> bankReason,
Optional<String> endToEndIdentifier,
Optional<String> mandateReference,
Optional<String> batchReference,
Optional<String> fileReference,
Optional<QrCode> qrCode) |
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
RefundResponse.getAmount() |
Amount |
RefundRequest.getAmount() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Amount> |
RefundResponse.getSettlementAmount() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponse.RefundResponseBuilder |
RefundResponse.RefundResponseBuilder.amount(Amount amount) |
RefundRequest.RefundRequestBuilder |
RefundRequest.RefundRequestBuilder.amount(Amount amount) |
void |
RefundResponse.setAmount(Amount amount) |
void |
RefundRequest.setAmount(Amount amount) |
| Modifier and Type | Method and Description |
|---|---|
void |
RefundResponse.setSettlementAmount(Optional<Amount> settlementAmount) |
RefundResponse.RefundResponseBuilder |
RefundResponse.RefundResponseBuilder.settlementAmount(Optional<Amount> settlementAmount) |
| Constructor and Description |
|---|
RefundRequest(Amount amount,
Optional<String> description,
HashMap<String,Object> metadata) |
RefundResponse(String resource,
String id,
Amount amount,
Optional<String> settlementId,
Optional<Amount> settlementAmount,
String description,
HashMap<String,Object> metadata,
String status,
Optional<List<OrderLineResponse>> lines,
String paymentId,
Optional<String> orderId,
Date createdAt,
Optional<RefundEmbedded> embedded,
RefundLinks links) |
| Constructor and Description |
|---|
RefundResponse(String resource,
String id,
Amount amount,
Optional<String> settlementId,
Optional<Amount> settlementAmount,
String description,
HashMap<String,Object> metadata,
String status,
Optional<List<OrderLineResponse>> lines,
String paymentId,
Optional<String> orderId,
Date createdAt,
Optional<RefundEmbedded> embedded,
RefundLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
SettlementResponse.getAmount() |
Amount |
PeriodRevenueResponse.getAmountGross() |
Amount |
PeriodCostResponse.getAmountGross() |
Amount |
PeriodRevenueResponse.getAmountNet() |
Amount |
PeriodCostResponse.getAmountNet() |
Amount |
PeriodRevenueResponse.getAmountVat() |
Amount |
PeriodCostResponse.getAmountVat() |
Amount |
PeriodCostRateResponse.getFixed() |
| Modifier and Type | Method and Description |
|---|---|
SettlementResponse.SettlementResponseBuilder |
SettlementResponse.SettlementResponseBuilder.amount(Amount amount) |
PeriodRevenueResponse.PeriodRevenueResponseBuilder |
PeriodRevenueResponse.PeriodRevenueResponseBuilder.amountGross(Amount amountGross) |
PeriodCostResponse.PeriodCostResponseBuilder |
PeriodCostResponse.PeriodCostResponseBuilder.amountGross(Amount amountGross) |
PeriodRevenueResponse.PeriodRevenueResponseBuilder |
PeriodRevenueResponse.PeriodRevenueResponseBuilder.amountNet(Amount amountNet) |
PeriodCostResponse.PeriodCostResponseBuilder |
PeriodCostResponse.PeriodCostResponseBuilder.amountNet(Amount amountNet) |
PeriodRevenueResponse.PeriodRevenueResponseBuilder |
PeriodRevenueResponse.PeriodRevenueResponseBuilder.amountVat(Amount amountVat) |
PeriodCostResponse.PeriodCostResponseBuilder |
PeriodCostResponse.PeriodCostResponseBuilder.amountVat(Amount amountVat) |
PeriodCostRateResponse.PeriodCostRateResponseBuilder |
PeriodCostRateResponse.PeriodCostRateResponseBuilder.fixed(Amount fixed) |
void |
SettlementResponse.setAmount(Amount amount) |
void |
PeriodRevenueResponse.setAmountGross(Amount amountGross) |
void |
PeriodCostResponse.setAmountGross(Amount amountGross) |
void |
PeriodRevenueResponse.setAmountNet(Amount amountNet) |
void |
PeriodCostResponse.setAmountNet(Amount amountNet) |
void |
PeriodRevenueResponse.setAmountVat(Amount amountVat) |
void |
PeriodCostResponse.setAmountVat(Amount amountVat) |
void |
PeriodCostRateResponse.setFixed(Amount fixed) |
| Constructor and Description |
|---|
PeriodCostRateResponse(Amount fixed,
String variable) |
PeriodCostResponse(String description,
Amount amountNet,
Amount amountVat,
Amount amountGross,
int count,
PeriodCostRateResponse rate,
String method) |
PeriodRevenueResponse(String description,
Amount amountNet,
Amount amountVat,
Amount amountGross,
int count,
String method) |
SettlementResponse(String resource,
String id,
String reference,
Date createdAt,
Date settledAt,
SettlementStatus status,
Amount amount,
HashMap<Integer,HashMap<Integer,PeriodResponse>> periods,
String invoiceId,
SettlementLinks links) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Amount> |
ShipmentLineRequest.getAmount() |
| Modifier and Type | Method and Description |
|---|---|
ShipmentLineRequest.ShipmentLineRequestBuilder |
ShipmentLineRequest.ShipmentLineRequestBuilder.amount(Optional<Amount> amount) |
void |
ShipmentLineRequest.setAmount(Optional<Amount> amount) |
| Constructor and Description |
|---|
ShipmentLineRequest(String id,
Optional<Integer> quantity,
Optional<Amount> amount) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
SubscriptionResponse.getAmount() |
Amount |
SubscriptionRequest.getAmount() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Amount> |
UpdateSubscriptionRequest.getAmount() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionResponse.SubscriptionResponseBuilder |
SubscriptionResponse.SubscriptionResponseBuilder.amount(Amount amount) |
SubscriptionRequest.SubscriptionRequestBuilder |
SubscriptionRequest.SubscriptionRequestBuilder.amount(Amount amount) |
void |
SubscriptionResponse.setAmount(Amount amount) |
void |
SubscriptionRequest.setAmount(Amount amount) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionRequest.UpdateSubscriptionRequestBuilder |
UpdateSubscriptionRequest.UpdateSubscriptionRequestBuilder.amount(Optional<Amount> amount) |
void |
UpdateSubscriptionRequest.setAmount(Optional<Amount> amount) |
| Constructor and Description |
|---|
SubscriptionRequest(Amount amount,
Optional<Integer> times,
String interval,
Optional<Date> startDate,
String description,
MandatePaymentMethod method,
Optional<String> mandateId,
Optional<String> webhookUrl,
Map<String,Object> metadata,
Optional<String> profileId,
Optional<ApplicationFee> applicationFee) |
SubscriptionResponse(String resource,
String id,
String mode,
Date createdAt,
SubscriptionStatus status,
Amount amount,
int times,
int timesRemaining,
String interval,
Date startDate,
Optional<Date> nextPaymentDate,
String description,
MandatePaymentMethod method,
Optional<String> mandateId,
Date canceledAt,
String webhookUrl,
Map<String,Object> metadata,
ApplicationFee applicationFee,
SubscriptionLinks links) |
| Constructor and Description |
|---|
UpdateSubscriptionRequest(Optional<Amount> amount,
OptionalInt times,
Optional<Date> startDate,
Optional<String> description,
Optional<String> webhookUrl,
Map<String,Object> metadata) |
Copyright © 2020. All rights reserved.