Uses of Class
com.onlinepayments.domain.CreatePayoutRequest
Packages that use CreatePayoutRequest
-
Uses of CreatePayoutRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreatePayoutRequestModifier and TypeMethodDescriptionCreatePayoutRequest.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesCreatePayoutRequest.withCardPayoutMethodSpecificInput(CardPayoutMethodSpecificInput value) Object containing the payout details for a cardCreatePayoutRequest.withDescriptor(String value) Descriptive text that is used towards to customer, either during an online checkout at a third party and/or on the statement of the customer.CreatePayoutRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreatePayoutRequest.withOmnichannelPayoutSpecificInput(OmnichannelPayoutSpecificInput value) Object containing the additional payout details for a Omnichannel merchantsCreatePayoutRequest.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction. -
Uses of CreatePayoutRequest in com.onlinepayments.merchant.payouts
Methods in com.onlinepayments.merchant.payouts with parameters of type CreatePayoutRequestModifier and TypeMethodDescriptionPayoutsClient.createPayout(CreatePayoutRequest body) Resource /v2/{merchantId}/payouts - Create payoutPayoutsClient.createPayout(CreatePayoutRequest body, CallContext context) Resource /v2/{merchantId}/payouts - Create payoutPayoutsClientInterface.createPayout(CreatePayoutRequest body) Resource /v2/{merchantId}/payouts - Create payoutPayoutsClientInterface.createPayout(CreatePayoutRequest body, CallContext context) Resource /v2/{merchantId}/payouts - Create payout