C# 클래스 Ucrm.ReturnProduct

The ReturnProduct class handles the product return/refund requests from out customers
파일 보기 프로젝트 열기: bytecode0101/uCRM

공개 메소드들

메소드 설명
ChangeProduct ( ) : bool

if CheckProduct returns true - initialise the product return procedure, adding transportation costs if we deliver the product with acourier

CheckProduct ( ) : bool

CheckProduct check the returned product to see if the customer's issue was legit

CheckReason ( ) : bool

CheckReason check if there is a valid reason for returning

CustomerChoice ( ) : void

CustomerChoice check Customer's choice of return(refund/deliver another product)

RefundProduct ( ) : bool

RefundProduct return money to customer if CheckReason = true; CheckProduct = true; id DateTime = Legal DateTime for returning a product;

ReturnProduct ( )

메소드 상세

ChangeProduct() 공개 메소드

if CheckProduct returns true - initialise the product return procedure, adding transportation costs if we deliver the product with acourier
public ChangeProduct ( ) : bool
리턴 bool

CheckProduct() 공개 메소드

CheckProduct check the returned product to see if the customer's issue was legit
public CheckProduct ( ) : bool
리턴 bool

CheckReason() 공개 메소드

CheckReason check if there is a valid reason for returning
public CheckReason ( ) : bool
리턴 bool

CustomerChoice() 공개 메소드

CustomerChoice check Customer's choice of return(refund/deliver another product)
public CustomerChoice ( ) : void
리턴 void

RefundProduct() 공개 메소드

RefundProduct return money to customer if CheckReason = true; CheckProduct = true; id DateTime = Legal DateTime for returning a product;
public RefundProduct ( ) : bool
리턴 bool

ReturnProduct() 공개 메소드

public ReturnProduct ( )