withPointsRedeemAmount method

void withPointsRedeemAmount(
  1. double amount
)

This function sets the transaction points redeem amount.

@param amount

Implementation

void withPointsRedeemAmount(double amount) {
  points_redeem_amount = Helpers.parseAmount(amount);
}