class VoucherCreateResponse

Methods

__construct()

No description

ArrayCollection
getErrors()

No description

void
setErrors(ArrayCollection$errors)

No description

ArrayCollection
getVouchers()

No description

void
setVouchers(ArrayCollection$vouchers)

No description

void
addError(VoucherCreateError$error)

No description

void
removeError(VoucherCreateError$error)

No description

void
addVoucher(Voucher$voucher)

No description

void
removeVoucher(Voucher$voucher)

No description

Details

at line21
__construct()

at line27
ArrayCollection getErrors()

Return Value

ArrayCollection

at line32
void setErrors(ArrayCollection$errors)

Parameters

ArrayCollection $errors

Return Value

void

at line37
ArrayCollection getVouchers()

Return Value

ArrayCollection

at line42
void setVouchers(ArrayCollection$vouchers)

Parameters

ArrayCollection $vouchers

Return Value

void

at line47
void addError(VoucherCreateError$error)

Parameters

VoucherCreateError $error

Return Value

void

at line52
void removeError(VoucherCreateError$error)

Parameters

VoucherCreateError $error

Return Value

void

at line57
void addVoucher(Voucher$voucher)

Parameters

Voucher $voucher

Return Value

void

at line62
void removeVoucher(Voucher$voucher)

Parameters

Voucher $voucher

Return Value

void