public class MallTransactionCommitDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MallTransactionCommitDetails.Detail
This class represents the details of a MallTransactionCommit.
|
| Modifier and Type | Method and Description |
|---|---|
MallTransactionCommitDetails |
add(String commerceCode,
String buyOrder,
Long idQueryInstallments,
Byte deferredPeriodIndex,
boolean gracePeriod)
Adds a new detail to the MallTransactionCommitDetails.
|
static MallTransactionCommitDetails |
build()
Builds a new MallTransactionCommitDetails.
|
static MallTransactionCommitDetails |
build(String commerceCode,
String buyOrder,
Long idQueryInstallments,
Byte deferredPeriodIndex,
boolean gracePeriod)
Builds a new MallTransactionCommitDetails with the provided parameters.
|
List<MallTransactionCommitDetails.Detail> |
getDetails()
Gets the details of the MallTransactionCommitDetails.
|
boolean |
remove(String commerceCode,
String buyOrder,
Long idQueryInstallments,
Byte deferredPeriodIndex,
boolean gracePeriod)
Removes a detail from the MallTransactionCommitDetails.
|
public static MallTransactionCommitDetails build()
public static MallTransactionCommitDetails build(String commerceCode, String buyOrder, Long idQueryInstallments, Byte deferredPeriodIndex, boolean gracePeriod)
commerceCode - The commerce code.buyOrder - The buy order.idQueryInstallments - The id query installments.deferredPeriodIndex - The deferred period index.gracePeriod - The grace period.public MallTransactionCommitDetails add(String commerceCode, String buyOrder, Long idQueryInstallments, Byte deferredPeriodIndex, boolean gracePeriod)
commerceCode - The commerce code.buyOrder - The buy order.idQueryInstallments - The id query installments.deferredPeriodIndex - The deferred period index.gracePeriod - The grace period.public boolean remove(String commerceCode, String buyOrder, Long idQueryInstallments, Byte deferredPeriodIndex, boolean gracePeriod)
commerceCode - The commerce code.buyOrder - The buy order.idQueryInstallments - The id query installments.deferredPeriodIndex - The deferred period index.gracePeriod - The grace period.public List<MallTransactionCommitDetails.Detail> getDetails()
Copyright © 2018–2024. All rights reserved.