getCardHolderName method

String getCardHolderName()

Implementation

String getCardHolderName() {
  return _card_holder_name ?? "";
}